This commit is contained in:
Mahmoud Adel 2025-04-25 01:47:02 +03:00 committed by GitHub
parent d370ea32f4
commit c373e385d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,6 +204,7 @@ OPCODE(PackUnorm2x16, U32, F32x
OPCODE(UnpackUnorm2x16, F32x2, U32, )
OPCODE(PackSnorm2x16, U32, F32x2, )
OPCODE(UnpackSnorm2x16, F32x2, U32, )
OPCODE(UnpackSnormNz2x16, F32x2, U32, )
OPCODE(PackUint2x16, U32, F32x2, )
OPCODE(UnpackUint2x16, F32x2, U32, )
OPCODE(PackSint2x16, U32, F32x2, )