Add Intel Goldmont+ cpuid

was originally in #2228 but that PR had misplaced the file in the toplevel directory
This commit is contained in:
Martin Kroeker
2019-12-03 08:32:29 +01:00
committed by GitHub
parent 715f4650d9
commit 3518617f5b

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())