Update dynamic.c

Add Bay Trail "Pentium N3520" atom
This commit is contained in:
Martin Kroeker 2016-10-16 22:40:00 +02:00 committed by GitHub
parent 4998e19869
commit 8a8f3932eb
1 changed files with 1 additions and 0 deletions

View 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