Add cpuid for AMD Ryzen 2
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 3 Jul 2018 19:03:24 +0000 (21:03 +0200)
committerGitHub <noreply@github.com>
Tue, 3 Jul 2018 19:03:24 +0000 (21:03 +0200)
driver/others/dynamic.c

index 1379420..f729024 100644 (file)
@@ -607,7 +607,7 @@ static gotoblas_t *get_coretype(void){
          }
        }
       } else if (exfamily == 8) {
-       if (model == 1) {
+       if (model == 1 || model == 8) {
          if(support_avx())
            return &gotoblas_ZEN;
          else{