Skip to content

Commit eb2fdd3

Browse files
authored
Recognize newer Zhaoxin/Centaur processors as Nehalem
1 parent 0d8d261 commit eb2fdd3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

driver/others/dynamic.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,9 @@ static gotoblas_t *get_coretype(void){
824824
switch (family) {
825825
case 0x6:
826826
return &gotoblas_NANO;
827+
break;
828+
case 0x7:
829+
return &gotoblas_NEHALEM;
827830
}
828831
}
829832

0 commit comments

Comments
 (0)