Update opcodes.inc

This commit is contained in:
DanielSvoboda 2024-07-28 23:22:13 -03:00 committed by GitHub
parent 6b019dced5
commit 68ff521bac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,8 +260,6 @@ OPCODE(SMax32, U32, U32,
OPCODE(UMax32, U32, U32, U32, )
OPCODE(SClamp32, U32, U32, U32, U32, )
OPCODE(UClamp32, U32, U32, U32, U32, )
OPCODE(SLessThan, U1, U32, U32, )
OPCODE(ULessThan, U1, U32, U32, )
OPCODE(SLessThan32, U1, U32, U32, )
OPCODE(SLessThan64, U1, U64, U64, )
OPCODE(ULessThan32, U1, U32, U32, )