Optimized CFROUND

Shorter version using BMI2 instructionns
This commit is contained in:
SChernykh
2020-02-21 19:00:58 +01:00
parent ddae1e9cd9
commit c6e9e2308d
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&);
};