mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 23:36:27 +00:00
frontend/ir_emitter: Add half-precision opcode for FPRecipStepFused
This commit is contained in:
@@ -277,6 +277,7 @@ bool Inst::ReadsFromAndWritesToFPSRCumulativeExceptionBits() const {
|
||||
case Opcode::FPRecipExponent16:
|
||||
case Opcode::FPRecipExponent32:
|
||||
case Opcode::FPRecipExponent64:
|
||||
case Opcode::FPRecipStepFused16:
|
||||
case Opcode::FPRecipStepFused32:
|
||||
case Opcode::FPRecipStepFused64:
|
||||
case Opcode::FPRoundInt16:
|
||||
|
||||
Reference in New Issue
Block a user