From 26383708442569894c5fd3f14cdf1689f3300568 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Tue, 13 Aug 2013 00:54:59 +0800 Subject: Init code base for Intel Haswell. --- cpuid.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpuid.h') diff --git a/cpuid.h b/cpuid.h index 2cbbd4539..cb4404cb0 100644 --- a/cpuid.h +++ b/cpuid.h @@ -107,7 +107,7 @@ #define CORE_BOBCAT 21 #define CORE_BULLDOZER 22 #define CORE_PILEDRIVER 23 -#define CORE_HASWELL CORE_SANDYBRIDGE +#define CORE_HASWELL 24 #define HAVE_SSE (1 << 0) #define HAVE_SSE2 (1 << 1) @@ -200,7 +200,6 @@ typedef struct { #define CPUTYPE_BOBCAT 45 #define CPUTYPE_BULLDOZER 46 #define CPUTYPE_PILEDRIVER 47 -// this define is because BLAS doesn't have haswell specific optimizations yet -#define CPUTYPE_HASWELL CPUTYPE_SANDYBRIDGE +#define CPUTYPE_HASWELL 48 #endif -- cgit v1.2.3