Skip to content

Commit 9d50790

Browse files
authored
Merge pull request #2334 from martin-frbg/fix2228
Remove misplaced file
2 parents 235599f + 3518617 commit 9d50790

File tree

2 files changed

+2
-897
lines changed

2 files changed

+2
-897
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)