mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-14 10:32:38 -05:00
Merge branch 'dev' of https://github.com/SChernykh/xmrig into feature-asm-bulldozer
This commit is contained in:
@@ -76,7 +76,7 @@ xmrig::AdvancedCpuInfo::AdvancedCpuInfo() :
|
||||
m_aes = true;
|
||||
|
||||
if (data.vendor == VENDOR_AMD) {
|
||||
m_assembly = ASM_RYZEN;
|
||||
m_assembly = (data.ext_family >= 23) ? ASM_RYZEN : ASM_BULLDOZER;
|
||||
}
|
||||
else if (data.vendor == VENDOR_INTEL) {
|
||||
m_assembly = ASM_INTEL;
|
||||
|
||||
Reference in New Issue
Block a user