mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-22 07:21:08 +00: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…
x
Reference in New Issue
Block a user