Update dynamic.c
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 16 Oct 2016 20:40:00 +0000 (22:40 +0200)
committerGitHub <noreply@github.com>
Sun, 16 Oct 2016 20:40:00 +0000 (22:40 +0200)
Add Bay Trail "Pentium N3520" atom

driver/others/dynamic.c

index 18f85c3..a09660f 100644 (file)
@@ -232,6 +232,7 @@ static gotoblas_t *get_coretype(void){
            return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels.
          }
        }
+       if (model == 7) return &gotoblas_ATOM; //Bay Trail      
        return NULL;
       case 4:
                //Intel Haswell