Skip to content

Commit 7865500

Browse files
committed
change bool to uint
1 parent d47adb2 commit 7865500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2352,7 +2352,7 @@ __attribute__((convergent)) bool WaveIsFirstLane();
23522352

23532353
_HLSL_AVAILABILITY(shadermodel, 6.0)
23542354
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_wave_get_lane_count)
2355-
__attribute__((convergent)) bool WaveGetLaneCount();
2355+
__attribute__((convergent)) uint WaveGetLaneCount();
23562356

23572357
//===----------------------------------------------------------------------===//
23582358
// WaveReadLaneAt builtins

0 commit comments

Comments
 (0)