1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

More optimizations for Ryzen

This commit is contained in:
SChernykh
2019-12-09 20:29:05 +01:00
parent 9bc13813ba
commit 763691fa4b
5 changed files with 20 additions and 11 deletions

View File

@@ -70,6 +70,7 @@ namespace randomx {
uint8_t* allocatedCode;
uint8_t* code;
int32_t codePos;
uint32_t vm_flags;
static bool BranchesWithin32B;