Browse Source

Add Intel Goldmont+ cpuid

was originally in #2228 but that PR had misplaced the file in the toplevel directory
tags/v0.3.8^2
Martin Kroeker GitHub 5 years ago
parent
commit
3518617f5b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      driver/others/dynamic.c

+ 2
- 0
driver/others/dynamic.c View File

@@ -586,6 +586,8 @@ static gotoblas_t *get_coretype(void){
}
return NULL;
case 7:
if (model == 10) // Goldmont Plus
return &gotoblas_NEHALEM;
if (model == 14) {
// Ice Lake
if (support_avx512())


Loading…
Cancel
Save