Add Intel Goldmont+ cpuid
was originally in #2228 but that PR had misplaced the file in the toplevel directory
This commit is contained in:
parent
715f4650d9
commit
3518617f5b
|
@ -586,6 +586,8 @@ static gotoblas_t *get_coretype(void){
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
case 7:
|
case 7:
|
||||||
|
if (model == 10) // Goldmont Plus
|
||||||
|
return &gotoblas_NEHALEM;
|
||||||
if (model == 14) {
|
if (model == 14) {
|
||||||
// Ice Lake
|
// Ice Lake
|
||||||
if (support_avx512())
|
if (support_avx512())
|
||||||
|
|
Loading…
Reference in New Issue