mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 22:59:36 +00:00
emit_x64_vector_floating_point: Remove unnecessary double jump in HandleNaNs
This commit is contained in:
@@ -86,8 +86,7 @@ static void HandleNaNs(BlockOfCode& code, EmitContext& ctx, std::array<Xbyak::Xm
|
||||
Xbyak::Label end;
|
||||
Xbyak::Label nan;
|
||||
|
||||
code.jz(end);
|
||||
code.jmp(nan, code.T_NEAR);
|
||||
code.jnz(nan, code.T_NEAR);
|
||||
code.L(end);
|
||||
|
||||
code.SwitchToFarCode();
|
||||
|
||||
Reference in New Issue
Block a user