frontend/ir_emitter: Add half-precision variant of FPVectorRoundInt

This commit is contained in:
Lioncash
2019-04-13 17:49:04 -04:00
committed by MerryMage
parent ad0c698f89
commit 5b4673da4b
3 changed files with 34 additions and 22 deletions

View File

@@ -574,6 +574,7 @@ OPCODE(FPVectorRecipEstimate32, U128, U128
OPCODE(FPVectorRecipEstimate64, U128, U128 )
OPCODE(FPVectorRecipStepFused32, U128, U128, U128 )
OPCODE(FPVectorRecipStepFused64, U128, U128, U128 )
OPCODE(FPVectorRoundInt16, U128, U128, U8, U1 )
OPCODE(FPVectorRoundInt32, U128, U128, U8, U1 )
OPCODE(FPVectorRoundInt64, U128, U128, U8, U1 )
OPCODE(FPVectorRSqrtEstimate32, U128, U128 )