mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 14:24:02 +00:00
vsgn x86 bugfix
This commit is contained in:
parent
44c866e90c
commit
c0d7c5e958
@ -1398,9 +1398,9 @@ void Jit::Comp_Vsgn(MIPSOpcode op) {
|
||||
}
|
||||
}
|
||||
|
||||
XORPS(XMM0, R(XMM0));
|
||||
for (int i = 0; i < n; ++i)
|
||||
{
|
||||
XORPS(XMM0, R(XMM0));
|
||||
CMPEQSS(XMM0, fpr.V(sregs[i])); // XMM0 = s[i] == 0.0f
|
||||
MOVSS(XMM1, fpr.V(sregs[i]));
|
||||
// Preserve sign bit, replace rest with ones
|
||||
|
Loading…
x
Reference in New Issue
Block a user