merged symv

This commit is contained in:
wernsaar 2013-12-01 20:56:02 +01:00
parent aae75b2461
commit 27d4234d4d
4 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
#define PREFETCHSIZE (16 * 12)
#endif
#if defined(NEHALEM) || defined(NEHALEM_OPTIMIZATION)
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL)
#define PREFETCH prefetcht0
#define PREFETCHW prefetcht0
#define PREFETCHSIZE (16 * 12)

View File

@ -57,7 +57,7 @@
#define PREFETCHSIZE (16 * 12)
#endif
#if defined(NEHALEM) || defined(NEHALEM_OPTIMIZATION)
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL)
#define PREFETCH prefetcht0
#define PREFETCHW prefetcht0
#define PREFETCHSIZE (16 * 12)

View File

@ -57,7 +57,7 @@
#define PREFETCHSIZE (16 * 12)
#endif
#if defined(NEHALEM) || defined(NEHALEM_OPTIMIZATION)
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL)
#define PREFETCH prefetcht0
#define PREFETCHW prefetcht0
#define PREFETCHSIZE (16 * 12)

View File

@ -57,7 +57,7 @@
#define PREFETCHSIZE (16 * 12)
#endif
#if defined(NEHALEM) || defined(NEHALEM_OPTIMIZATION)
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL)
#define PREFETCH prefetcht0
#define PREFETCHW prefetcht0
#define PREFETCHSIZE (16 * 24)