Merge pull request #1 from martin-frbg/martin-frbg-patch-1

Add Intel "Bay Trail" atom cpu
This commit is contained in:
Martin Kroeker 2016-10-16 22:51:42 +02:00 committed by GitHub
commit bce2b34f7a
2 changed files with 4 additions and 0 deletions

View File

@ -1110,6 +1110,9 @@ int get_cpuname(void){
break;
case 3:
switch (model) {
case 7:
// Bay Trail
return CPUTYPE_ATOM;
case 10:
case 14:
// Ivy Bridge

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