RandomX x86 JIT: remove redundant CFROUND
This commit is contained in:
parent
9f128d1182
commit
f62f4e6108
3 changed files with 65 additions and 6 deletions
|
@ -89,6 +89,7 @@ namespace randomx {
|
|||
uint32_t codePos = 0;
|
||||
uint32_t codePosFirst = 0;
|
||||
uint32_t vm_flags = 0;
|
||||
uint32_t prevCFROUND = 0;
|
||||
|
||||
# ifdef XMRIG_FIX_RYZEN
|
||||
std::pair<const void*, const void*> mainLoopBounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue