Browse Source

Update cpuid_x86.c

tags/v0.2.19^2
Martin Kroeker GitHub 9 years ago
parent
commit
97bd1e42c8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      cpuid_x86.c

+ 2
- 0
cpuid_x86.c View File

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


Loading…
Cancel
Save