Skip to content

Commit 3518617

Browse files
authored
Add Intel Goldmont+ cpuid
was originally in #2228 but that PR had misplaced the file in the toplevel directory
1 parent 715f465 commit 3518617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/others/dynamic.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,8 @@ static gotoblas_t *get_coretype(void){
586586
}
587587
return NULL;
588588
case 7:
589+
if (model == 10) // Goldmont Plus
590+
return &gotoblas_NEHALEM;
589591
if (model == 14) {
590592
// Ice Lake
591593
if (support_avx512())

0 commit comments

Comments
 (0)