Add Intel Goldmont+ cpuid
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Tue, 3 Dec 2019 07:32:29 +0000 (08:32 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2019 07:32:29 +0000 (08:32 +0100)
was originally in #2228 but that PR had misplaced the file in the toplevel directory

driver/others/dynamic.c

index a4ff0e0..2e87e18 100644 (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())