Skip to content

Commit d0ec432

Browse files
authored
Add cpuid for AMD Ryzen 2
1 parent 3f73e8b commit d0ec432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ static gotoblas_t *get_coretype(void){
607607
}
608608
}
609609
} else if (exfamily == 8) {
610-
if (model == 1) {
610+
if (model == 1 || model == 8) {
611611
if(support_avx())
612612
return &gotoblas_ZEN;
613613
else{

0 commit comments

Comments
 (0)