We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c17e4 commit 29e7ee7Copy full SHA for 29e7ee7
clang/lib/Headers/hlsl/hlsl_intrinsics.h
@@ -1471,11 +1471,13 @@ double4 trunc(double4);
1471
/// true, across all active lanes in the current wave.
1472
_HLSL_AVAILABILITY(shadermodel, 6.0)
1473
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_active_count_bits)
1474
+__attribute__((convergent))
1475
uint WaveActiveCountBits(bool Val);
1476
1477
/// \brief Returns the index of the current lane within the current wave.
1478
1479
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_get_lane_index)
1480
1481
uint WaveGetLaneIndex();
1482
1483
} // namespace hlsl
0 commit comments