[Mlir-commits] [mlir] [mlir][SPIR-V] Add OpenCL.std ldexp, pown, and rootn ops (PR #194791)

Arseniy Obolenskiy llvmlistbot at llvm.org
Wed Apr 29 05:01:41 PDT 2026


================
@@ -595,6 +676,45 @@ def SPIRV_CLRintOp : SPIRV_CLUnaryArithmeticOp<"rint", 53, SPIRV_Float> {
 
 // -----
 
+def SPIRV_CLRootnOp : SPIRV_CLOp<"rootn", 54, [Pure]> {
----------------
aobolensk wrote:

Done

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


More information about the Mlir-commits mailing list