Added Zen5 detection

Preliminary Zen5 support, MSR mod is not ready yet.
This commit is contained in:
SChernykh 2024-08-03 11:01:18 +02:00
parent dd7e0e520d
commit 748365d6e3
4 changed files with 19 additions and 4 deletions

View file

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