[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:40 PDT 2026


================
@@ -571,6 +613,45 @@ def SPIRV_CLPowOp : SPIRV_CLBinaryArithmeticOp<"pow", 48, SPIRV_Float> {
 
 // -----
 
+def SPIRV_CLPownOp : SPIRV_CLOp<"pown", 49, [Pure]> {
----------------
aobolensk wrote:

Done

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


More information about the Mlir-commits mailing list