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;
|
||||
case 7:
|
||||
if (model == 10) // Goldmont Plus
|
||||
return &gotoblas_NEHALEM;
|
||||
if (model == 14) {
|
||||
// Ice Lake
|
||||
if (support_avx512())
|
||||
|
|
Loading…
Reference in New Issue