mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 15:46:35 +01:00
Fix SPU ASMJIT for SSE2 CPUs
This commit is contained in:
parent
b0cc1cf472
commit
cd92d9bcdf
|
|
@ -674,7 +674,7 @@ spu_function_t spu_recompiler::compile(std::vector<u32>&& func_rv)
|
||||||
// Perform bitwise comparison and accumulate
|
// Perform bitwise comparison and accumulate
|
||||||
c->xorps(dest, x86::dqword_ptr(x86::rax, code_off));
|
c->xorps(dest, x86::dqword_ptr(x86::rax, code_off));
|
||||||
|
|
||||||
if (first)
|
if (!first)
|
||||||
{
|
{
|
||||||
c->orps(reg0, dest);
|
c->orps(reg0, dest);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue