Skip to content

Commit 04f2226

Browse files
authored
Add Intel Denverton
1 parent b1393c7 commit 04f2226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

driver/others/dynamic.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ static gotoblas_t *get_coretype(void){
566566
return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels.
567567
}
568568
}
569-
//Apollo Lake
570-
if (model == 12) {
569+
//Apollo Lake or Denverton
570+
if (model == 12 || model == 15) {
571571
return &gotoblas_NEHALEM;
572572
}
573573
return NULL;

0 commit comments

Comments
 (0)