Typo fix (misplaced parenthesis)

This commit is contained in:
Martin Kroeker
2018-06-03 13:22:59 +02:00
committed by GitHub
parent 99c7bba8e4
commit 0023515733

View File

@@ -62,7 +62,7 @@
#define PREFETCHSIZE (8 * 21 + 4)
#endif
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL || defined (SKYLAKEX))
#if defined(NEHALEM) || defined(SANDYBRIDGE) || defined(HASWELL) || defined (SKYLAKEX)
#define PREFETCH prefetcht0
#define PREFETCHSIZE (8 * 21 + 4)
#endif