Minor style fix

This commit is contained in:
SachinVin 2019-07-28 21:13:27 +05:30
parent 6b167a68e4
commit 0c7e261aac

View File

@ -141,7 +141,7 @@ OPCODE(ZeroExtendByteToLong, U64, U8
OPCODE(ZeroExtendHalfToLong, U64, U16 )
OPCODE(ZeroExtendWordToLong, U64, U32 )
//OPCODE(ZeroExtendLongToQuad, U128, U64 )
////OPCODE(ByteReverseDual, U64, U64 )
//OPCODE(ByteReverseDual, U64, U64 )
OPCODE(ByteReverseWord, U32, U32 )
OPCODE(ByteReverseHalf, U16, U16 )
OPCODE(CountLeadingZeros32, U32, U32 )