llvm-project/mlir/include
lorenzo chelini a0fc94ab61 [MLIR][Math] Add round operation
Introduce RoundOp in the math dialect. The operation rounds the operand to the
nearest integer value in floating-point format. RoundOp lowers to LLVM
intrinsics 'llvm.intr.round' or as a function call to libm (round or roundf).

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D127286
2022-06-08 13:07:39 +02:00
..
mlir [MLIR][Math] Add round operation 2022-06-08 13:07:39 +02:00
mlir-c [mlir] Fix python bindings build on Windows in Debug 2022-05-09 19:46:47 -07:00