Init code base for Intel Haswell.

This commit is contained in:
Zhang Xianyi
2013-08-13 00:54:59 +08:00
parent c0b1e41bec
commit 2638370844
29 changed files with 220 additions and 27 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
#define PREFETCHSIZE (16 * 12)
#endif
#if defined(NEHALEM) || defined(SANDYBRIDGE)
#if defined(NEHALEM) || defined(NEHALEM_OPTIMIZATION)
#define PREFETCH prefetcht0
#define PREFETCHW prefetcht0
#define PREFETCHSIZE (16 * 12)