Optimized CFROUND
Shorter version using BMI2 instructionns
This commit is contained in:
parent
12081e4f5b
commit
131085be80
3 changed files with 35 additions and 1 deletions
|
@ -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&);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue