[AArch64] Reenable psq_l.
The bug was due to issues in the FPR cache.
This commit is contained in:
parent
282282aafc
commit
96058c5de1
|
@ -21,7 +21,6 @@ void JitArm64::psq_l(UGeckoInstruction inst)
|
||||||
INSTRUCTION_START
|
INSTRUCTION_START
|
||||||
JITDISABLE(bJITLoadStorePairedOff);
|
JITDISABLE(bJITLoadStorePairedOff);
|
||||||
FALLBACK_IF(jo.memcheck || !jo.fastmem);
|
FALLBACK_IF(jo.memcheck || !jo.fastmem);
|
||||||
FALLBACK_IF(true);
|
|
||||||
|
|
||||||
// X30 is LR
|
// X30 is LR
|
||||||
// X0 contains the scale
|
// X0 contains the scale
|
||||||
|
|
Loading…
Reference in New Issue