[clang] [llvm] [HLSL][DXIL][SPIRV] Added WaveActiveBitOr HLSL intrinsic (PR #165156)
Sietze Riemersma via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 7 01:52:04 PST 2026
================
@@ -8,68 +8,64 @@
include "clang/Basic/BuiltinsBase.td"
-class FPMathTemplate : Template<["float", "double", "long double"],
- ["f", "", "l"]>;
+class FPMathTemplate
+ : Template<["float", "double", "long double"], ["f", "", "l"]>;
----------------
KungFuDonkey wrote:
Huh? Okay, I will checkout this file back to main. This is odd
https://github.com/llvm/llvm-project/pull/165156
More information about the cfe-commits
mailing list