Browse Source

Fix dynamic detection for ZEN CPUs.

tags/v0.2.20^2
Gian-Carlo Pascutto 9 years ago
parent
commit
62979fd104
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic.c

+ 1
- 1
driver/others/dynamic.c 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;


Loading…
Cancel
Save