mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-04 21:55:06 +01:00
frontend/ir_emitter: Add half-precision variant of FPRoundInt
This commit is contained in:
parent
61cec94a19
commit
ad0c698f89
5 changed files with 25 additions and 7 deletions
|
|
@ -279,6 +279,7 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
|
|||
case Opcode::FPRecipExponent64:
|
||||
case Opcode::FPRecipStepFused32:
|
||||
case Opcode::FPRecipStepFused64:
|
||||
case Opcode::FPRoundInt16:
|
||||
case Opcode::FPRoundInt32:
|
||||
case Opcode::FPRoundInt64:
|
||||
case Opcode::FPRSqrtEstimate32:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue