RandomX: optimized CFROUND elimination more
This commit is contained in:
parent
f0e7de8c71
commit
93c07e1d34
2 changed files with 24 additions and 23 deletions
|
@ -89,7 +89,8 @@ namespace randomx {
|
|||
uint32_t codePos = 0;
|
||||
uint32_t codePosFirst = 0;
|
||||
uint32_t vm_flags = 0;
|
||||
uint32_t prevCFROUND = 0;
|
||||
int32_t prevCFROUND = -1;
|
||||
int32_t prevFPOperation = -1;
|
||||
|
||||
# ifdef XMRIG_FIX_RYZEN
|
||||
std::pair<const void*, const void*> mainLoopBounds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue