Skip to content

Commit

Permalink
Fix dynamic detection for ZEN CPUs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Apr 10, 2017
1 parent 20a413e commit 62979fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 62979fd

Please sign in to comment.