Fix dynamic detection for ZEN CPUs.

This commit is contained in:
Gian-Carlo Pascutto 2017-04-10 19:07:52 +02:00
parent 20a413e154
commit 62979fd104
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ static gotoblas_t *get_coretype(void){
}
}
} else if (family == 8) {
} else if (exfamily == 8) {
if (model == 1) {
if(support_avx())
return &gotoblas_ZEN;