Minor spu_channel_4_t optimization
This commit is contained in:
@@ -284,7 +284,7 @@ public:
|
||||
// push unconditionally (overwriting latest value), returns true if needs signaling
|
||||
void push(cpu_thread& spu, u32 value)
|
||||
{
|
||||
value3.store(value);
|
||||
value3.release(value);
|
||||
|
||||
if (values.atomic_op([=](sync_var_t& data) -> bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user