[Mlir-commits] [mlir] [mlir][arith] Add rounding mode support for 'remf' operation (PR #194126)

Artem Maklakov llvmlistbot at llvm.org
Fri May 1 04:53:23 PDT 2026


worthlane wrote:

Not sure what the explicit rounding mode should mean for `arith.remf` at the arith dialect level. The current implementation mostly forwards it to constrained `frem`.

https://github.com/llvm/llvm-project/pull/194126


More information about the Mlir-commits mailing list