mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Minor spu_channel_4_t optimization
This commit is contained in:
parent
ec9622b513
commit
3257552227
@ -284,7 +284,7 @@ public:
|
|||||||
// push unconditionally (overwriting latest value), returns true if needs signaling
|
// push unconditionally (overwriting latest value), returns true if needs signaling
|
||||||
void push(cpu_thread& spu, u32 value)
|
void push(cpu_thread& spu, u32 value)
|
||||||
{
|
{
|
||||||
value3.store(value);
|
value3.release(value);
|
||||||
|
|
||||||
if (values.atomic_op([=](sync_var_t& data) -> bool
|
if (values.atomic_op([=](sync_var_t& data) -> bool
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user