Update cpuid_x86.c
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 14 Jul 2016 10:25:17 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2016 10:25:17 +0000 (12:25 +0200)
cpuid_x86.c

index e593880..4ce6a96 100644 (file)
@@ -1678,6 +1678,8 @@ int get_coretype(void){
 #endif
           else
            return CORE_NEHALEM;
+       case 12:
+         // Braswell
        case 13:
          // Avoton
            return CORE_NEHALEM;