[clang] [llvm] [HLSL] Add WaveActiveBitXor function (PR #185776)
Kaitlin Peng via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 19:49:44 PDT 2026
================
@@ -2809,6 +2809,40 @@ _HLSL_AVAILABILITY(shadermodel, 6.0)
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_active_bit_or)
__attribute__((convergent)) uint64_t4 WaveActiveBitOr(uint64_t4);
+//===----------------------------------------------------------------------===//
+// WaveActiveBitXor builtins
----------------
kmpeng wrote:
Are 16-bit integers not supported?
https://github.com/llvm/llvm-project/pull/185776
More information about the cfe-commits
mailing list