mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
[AArch64] Fix fcmp.
Fixes Luigi's head vanishing. Was due to a mishandling of nans. Confirmed fixed by hardware test.
This commit is contained in:
parent
54c2800bb4
commit
abaa8fc24d
1 changed files with 1 additions and 2 deletions
|
@ -244,8 +244,7 @@ void JitArm64::fcmpX(UGeckoInstruction inst)
|
|||
|
||||
SetJumpTarget(pNaN);
|
||||
|
||||
ORR(XA, XA, 64 - 61, 0, true);
|
||||
ORR(XA, XA, 0, 0, true);
|
||||
MOVI2R(XA, PPCCRToInternal(CR_SO));
|
||||
|
||||
if (a != b)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue