================
@@ -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