mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 01:02:56 +00:00
frontend/ir_emitter: Add half-precision variant of FPRoundInt
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user