summaryrefslogtreecommitdiff
path: root/cpuid.h
diff options
context:
space:
mode:
authorZhang Xianyi <traits.zhang@gmail.com>2013-08-05 16:07:54 +0800
committerZhang Xianyi <traits.zhang@gmail.com>2013-08-05 16:07:54 +0800
commit673e453b3f32a12d68e06faac6d6488a245f1f7e (patch)
tree310ae39b8bd84f81e7451885a574f2abfc27acc5 /cpuid.h
parent143cca4dd5406ecd27bb89cbfee341c51cb8f2c6 (diff)
downloadopenblas-673e453b3f32a12d68e06faac6d6488a245f1f7e.tar.gz
openblas-673e453b3f32a12d68e06faac6d6488a245f1f7e.tar.bz2
openblas-673e453b3f32a12d68e06faac6d6488a245f1f7e.zip
Enable bulldozer kernels.
Diffstat (limited to 'cpuid.h')
-rw-r--r--cpuid.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpuid.h b/cpuid.h
index 4311ce95e..2cbbd4539 100644
--- a/cpuid.h
+++ b/cpuid.h
@@ -105,8 +105,8 @@
#define CORE_NANO 19
#define CORE_SANDYBRIDGE 20
#define CORE_BOBCAT 21
-#define CORE_BULLDOZER CORE_BARCELONA
-#define CORE_PILEDRIVER CORE_BARCELONA
+#define CORE_BULLDOZER 22
+#define CORE_PILEDRIVER 23
#define CORE_HASWELL CORE_SANDYBRIDGE
#define HAVE_SSE (1 << 0)
@@ -198,8 +198,8 @@ typedef struct {
#define CPUTYPE_NANO 43
#define CPUTYPE_SANDYBRIDGE 44
#define CPUTYPE_BOBCAT 45
-#define CPUTYPE_BULLDOZER CPUTYPE_BARCELONA
-#define CPUTYPE_PILEDRIVER CPUTYPE_BARCELONA
+#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