Skip to content

Commit ea5dd40

Browse files
committed
clang-format
1 parent 29e7ee7 commit ea5dd40

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/lib/Headers/hlsl/hlsl_intrinsics.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,14 +1471,12 @@ double4 trunc(double4);
14711471
/// true, across all active lanes in the current wave.
14721472
_HLSL_AVAILABILITY(shadermodel, 6.0)
14731473
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_active_count_bits)
1474-
__attribute__((convergent))
1475-
uint WaveActiveCountBits(bool Val);
1474+
__attribute__((convergent)) uint WaveActiveCountBits(bool Val);
14761475

14771476
/// \brief Returns the index of the current lane within the current wave.
14781477
_HLSL_AVAILABILITY(shadermodel, 6.0)
14791478
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_get_lane_index)
1480-
__attribute__((convergent))
1481-
uint WaveGetLaneIndex();
1479+
__attribute__((convergent)) uint WaveGetLaneIndex();
14821480

14831481
} // namespace hlsl
14841482
#endif //_HLSL_HLSL_INTRINSICS_H_

0 commit comments

Comments
 (0)