Optimized CFROUND

Shorter version using BMI2 instructionns
This commit is contained in:
SChernykh 2020-02-21 19:00:58 +01:00
parent 12081e4f5b
commit 131085be80
3 changed files with 35 additions and 1 deletions

View file

@ -147,6 +147,7 @@ namespace randomx {
void h_FSQRT_R(const Instruction&);
void h_CBRANCH(const Instruction&);
void h_CFROUND(const Instruction&);
void h_CFROUND_BMI2(const Instruction&);
void h_ISTORE(const Instruction&);
void h_NOP(const Instruction&);
};