Skip to content

Commit

Permalink
Merge pull request #1619 from FioraAeterna/removepxor
Browse files Browse the repository at this point in the history
JIT: remove unnecessary pxor in paired stores
  • Loading branch information
lioncash committed Dec 1, 2014
2 parents 6487341 + 644a661 commit af5b106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/PowerPC/Jit64/Jit_LoadStorePaired.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit af5b106

Please sign in to comment.