mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-08 16:10:05 +01:00
emit_x64_vector_floating_point: Remove unnecessary double jump in HandleNaNs
This commit is contained in:
parent
c778c7b868
commit
a0d6f0de57
@ -86,8 +86,7 @@ static void HandleNaNs(BlockOfCode& code, EmitContext& ctx, std::array<Xbyak::Xm
|
|||||||
Xbyak::Label end;
|
Xbyak::Label end;
|
||||||
Xbyak::Label nan;
|
Xbyak::Label nan;
|
||||||
|
|
||||||
code.jz(end);
|
code.jnz(nan, code.T_NEAR);
|
||||||
code.jmp(nan, code.T_NEAR);
|
|
||||||
code.L(end);
|
code.L(end);
|
||||||
|
|
||||||
code.SwitchToFarCode();
|
code.SwitchToFarCode();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user