modified zsymv

This commit is contained in:
wernsaar 2013-12-01 21:07:49 +01:00
parent 27d4234d4d
commit 034a5b2083
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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