File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1471,14 +1471,12 @@ double4 trunc(double4);
1471
1471
// / true, across all active lanes in the current wave.
1472
1472
_HLSL_AVAILABILITY (shadermodel, 6.0 )
1473
1473
_HLSL_BUILTIN_ALIAS (__builtin_hlsl_wave_active_count_bits)
1474
- __attribute__ ((convergent))
1475
- uint WaveActiveCountBits (bool Val);
1474
+ __attribute__ ((convergent)) uint WaveActiveCountBits (bool Val);
1476
1475
1477
1476
// / \brief Returns the index of the current lane within the current wave.
1478
1477
_HLSL_AVAILABILITY (shadermodel, 6.0 )
1479
1478
_HLSL_BUILTIN_ALIAS (__builtin_hlsl_wave_get_lane_index)
1480
- __attribute__ ((convergent))
1481
- uint WaveGetLaneIndex ();
1479
+ __attribute__ ((convergent)) uint WaveGetLaneIndex ();
1482
1480
1483
1481
} // namespace hlsl
1484
1482
#endif // _HLSL_HLSL_INTRINSICS_H_
You can’t perform that action at this time.
0 commit comments