Add cpuid for AMD Ryzen 2

This commit is contained in:
Martin Kroeker 2018-07-03 21:03:24 +02:00 committed by GitHub
parent 3f73e8b8cf
commit d0ec4325cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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{