spu: Add some "if constexpr"

This commit is contained in:
scribam 2020-04-22 17:33:17 +02:00 committed by Ivan
parent 3937733182
commit 3fd3bd7ca1
2 changed files with 3 additions and 3 deletions

View file

@ -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);