Init Sandybridge codes based on Nehalem.
This commit is contained in:
@@ -51,6 +51,12 @@
|
||||
#define MOVUPS_A movups
|
||||
#endif
|
||||
|
||||
#ifdef SANDYBRIDGE
|
||||
#define PREFETCHSIZE 12
|
||||
#define PREFETCH prefetcht0
|
||||
#define MOVUPS_A movups
|
||||
#endif
|
||||
|
||||
#if defined(CORE2) || defined(PENRYN) || defined(DUNNINGTON)
|
||||
#define PREFETCHSIZE 16
|
||||
#define PREFETCH prefetcht0
|
||||
|
||||
Reference in New Issue
Block a user