Fixed MingGW compilation
This commit is contained in:
parent
6eb9d0963b
commit
915729bec6
8 changed files with 31 additions and 25 deletions
|
@ -859,7 +859,7 @@ namespace randomx {
|
|||
r[instr.dst] *= r[instr.src];
|
||||
break;
|
||||
case SuperscalarInstructionType::IROR_C:
|
||||
r[instr.dst] = rotr(r[instr.dst], instr.getImm32());
|
||||
r[instr.dst] = rotr64(r[instr.dst], instr.getImm32());
|
||||
break;
|
||||
case SuperscalarInstructionType::IADD_C7:
|
||||
case SuperscalarInstructionType::IADD_C8:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue