From 154729908e8450d2e7d0523354b6c34ebf4b12f2 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 14 Jul 2016 17:29:34 +0200 Subject: [PATCH] Update cpuid_x86.c --- cpuid_x86.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpuid_x86.c b/cpuid_x86.c index 4ce6a96..bbd377f 100644 --- a/cpuid_x86.c +++ b/cpuid_x86.c @@ -1172,6 +1172,8 @@ int get_cpuname(void){ #endif else return CPUTYPE_NEHALEM; + case 12: + // Braswell case 13: // Avoton return CPUTYPE_NEHALEM; -- 2.7.4