RandomX x86 JIT: remove redundant CFROUND

This commit is contained in:
SChernykh
2021-01-07 16:20:00 +01:00
parent e0f05ccdf2
commit fac3902ae1
3 changed files with 65 additions and 6 deletions

View File

@@ -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;