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

index 4ce6a96..bbd377f 100644 (file)
@@ -1172,6 +1172,8 @@ int get_cpuname(void){
 #endif
           else
            return CPUTYPE_NEHALEM;
+       case 12:
+         // Braswell
        case 13:
          // Avoton
            return CPUTYPE_NEHALEM;