mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Recognize other recent AVX2-capable Zhaoxin cpus
This commit is contained in:
@@ -1843,9 +1843,11 @@ int get_cpuname(void)
|
||||
if (support_avx2()) return CPUTYPE_ZEN;
|
||||
else return CPUTYPE_DUNNINGTON;
|
||||
default:
|
||||
if (support_avx2()) return CPUTYPE_ZEN;
|
||||
return CPUTYPE_NEHALEM;
|
||||
}
|
||||
default:
|
||||
if (support_avx2()) return CPUTYPE_ZEN;
|
||||
return CPUTYPE_NEHALEM;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user