mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
Use attributes for LIKELY/UNLIKELY
Remove LIKELY/UNLIKELY macro.
This commit is contained in:
parent
49e11b7cfd
commit
c0f80cfe7a
56 changed files with 482 additions and 493 deletions
|
@ -1172,7 +1172,7 @@ void spu_recompiler_base::old_interpreter(spu_thread& spu, void* ls, u8* rip) tr
|
|||
|
||||
while (true)
|
||||
{
|
||||
if (UNLIKELY(spu.state))
|
||||
if (spu.state) [[unlikely]]
|
||||
{
|
||||
if (spu.check_state())
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue