Skip to content

Commit 3b1ca01

Browse files
committed
fix WaveActiveMin
1 parent 690730e commit 3b1ca01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3305,6 +3305,7 @@ bool SemaHLSL::CheckBuiltinFunctionCall(unsigned BuiltinID, CallExpr *TheCall) {
33053305
break;
33063306
}
33073307
case Builtin::BI__builtin_hlsl_wave_active_max:
3308+
case Builtin::BI__builtin_hlsl_wave_active_min:
33083309
case Builtin::BI__builtin_hlsl_wave_active_sum:
33093310
case Builtin::BI__builtin_hlsl_wave_active_product: {
33103311
if (SemaRef.checkArgCount(TheCall, 1))

0 commit comments

Comments
 (0)