From 8a8f3932eb0847d74408d186efe71bf6ecc6d9fd Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 16 Oct 2016 22:40:00 +0200 Subject: [PATCH] Update dynamic.c Add Bay Trail "Pentium N3520" atom --- driver/others/dynamic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index 18f85c3..a09660f 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -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 -- 2.7.4