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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
driver/others/dynamic.c
|
|
@@ -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()) |
|
|
|