Fix dynamic detection for ZEN CPUs.
This commit is contained in:
parent
20a413e154
commit
62979fd104
|
@ -392,7 +392,7 @@ static gotoblas_t *get_coretype(void){
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (family == 8) {
|
} else if (exfamily == 8) {
|
||||||
if (model == 1) {
|
if (model == 1) {
|
||||||
if(support_avx())
|
if(support_avx())
|
||||||
return &gotoblas_ZEN;
|
return &gotoblas_ZEN;
|
||||||
|
|
Loading…
Reference in New Issue