[Mlir-commits] [mlir] [mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (PR #194791)
Zmicier Prybysh
llvmlistbot at llvm.org
Wed Apr 29 04:24:57 PDT 2026
================
@@ -595,6 +676,45 @@ def SPIRV_CLRintOp : SPIRV_CLUnaryArithmeticOp<"rint", 53, SPIRV_Float> {
// -----
+def SPIRV_CLRootnOp : SPIRV_CLOp<"rootn", 54, [Pure]> {
----------------
dimp-pl wrote:
The same comment about the `AllTypesMatch` trait.
https://github.com/llvm/llvm-project/pull/194791
More information about the Mlir-commits
mailing list