Skip to content

Commit 05c96fb

Browse files
revert args def
1 parent 675d0a4 commit 05c96fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SPIRV/libSPIRV/SPIRVInstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3419,7 +3419,7 @@ class SPIRVCooperativeMatrixInvocationInstructionsINTELInstBase
34193419
SPIRVCooperativeMatrixInvocationInstructionsINTELInstBase, \
34203420
internal::Op##x##INTEL, __VA_ARGS__> \
34213421
SPIRV##x##INTEL;
3422-
_SPIRV_OP(CooperativeMatrixApplyFunction, true, 4, true)
3422+
_SPIRV_OP(CooperativeMatrixApplyFunction, true, 5)
34233423
#undef _SPIRV_OP
34243424

34253425
class SPIRVCooperativeMatrixKHRInstBase : public SPIRVInstTemplateBase {

0 commit comments

Comments
 (0)