mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
JIT: remove unnecessary pxor in paired stores
I don't think this is necessary anymore?
This commit is contained in:
parent
d4125231f3
commit
644a661bf1
@ -66,7 +66,6 @@ void Jit64::psq_stXX(UGeckoInstruction inst)
|
||||
if (w)
|
||||
{
|
||||
// One value
|
||||
PXOR(XMM0, R(XMM0)); // TODO: See if we can get rid of this cheaply by tweaking the code in the singleStore* functions.
|
||||
CVTSD2SS(XMM0, fpr.R(s));
|
||||
CALLptr(MScaled(RSCRATCH, SCALE_8, (u32)(u64)asm_routines.singleStoreQuantized));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user