Update cpuid_x86.c

This commit is contained in:
Martin Kroeker 2016-07-14 12:25:17 +02:00 committed by GitHub
parent 7de829f713
commit 97bd1e42c8
1 changed files with 2 additions and 0 deletions

View File

@ -1678,6 +1678,8 @@ int get_coretype(void){
#endif
else
return CORE_NEHALEM;
case 12:
// Braswell
case 13:
// Avoton
return CORE_NEHALEM;