[clang] [llvm] [HLSL] Implement `rsqrt` intrinsic (PR #84820)

Damyan Pepper via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 11 16:21:18 PDT 2024


================
@@ -0,0 +1,49 @@
+; ModuleID = 'D:\projects\llvm-project\clang\test\SemaHLSL\BuiltIns\dot-warning.hlsl'
----------------
damyanp wrote:

Maybe naive question...but isn't this about the `dot` intrinsic?

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


More information about the cfe-commits mailing list