Init Sandybridge codes based on Nehalem.
This commit is contained in:
@@ -45,6 +45,12 @@
|
||||
#define PREFETCHW prefetcht0
|
||||
#endif
|
||||
|
||||
#ifdef SANDYBRIDGE
|
||||
#define PREFETCHSIZE 16
|
||||
#define PREFETCH prefetcht0
|
||||
#define PREFETCHW prefetcht0
|
||||
#endif
|
||||
|
||||
#ifndef MOVAPS
|
||||
#define MOVAPS movaps
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user