mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
spu: Add some "if constexpr"
This commit is contained in:
parent
3937733182
commit
3fd3bd7ca1
2 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ namespace asmjit
|
|||
|
||||
c.mov(x86::eax, op);
|
||||
|
||||
if (I >= 4)
|
||||
if constexpr (I >= 4)
|
||||
{
|
||||
c.shr(x86::eax, I - 4);
|
||||
c.and_(x86::eax, 0x7f << 4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue