1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-31 09:22:59 -05:00

RandomX: optimized CFROUND elimination more

This commit is contained in:
SChernykh
2022-09-16 09:50:58 +02:00
parent f0e7de8c71
commit 93c07e1d34
2 changed files with 24 additions and 23 deletions

View File

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