mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-19 04:11:16 -05:00
Added Zen5 detection
Preliminary Zen5 support, MSR mod is not ready yet.
This commit is contained in:
@@ -266,6 +266,10 @@ namespace randomx {
|
||||
// AVX2 init is slower on Zen4
|
||||
initDatasetAVX2 = false;
|
||||
break;
|
||||
case xmrig::ICpuInfo::ARCH_ZEN5:
|
||||
// TODO: test it
|
||||
initDatasetAVX2 = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user