aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authoreschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-01-16 20:17:39 +0000
committereschnett <eschnett@105869f7-3296-0410-a4ea-f4349344b45a>2013-01-16 20:17:39 +0000
commitf4e59032c42c1df52717d2663760072cd0510f30 (patch)
treee6d3021b3fb440b20087655844f013bee9b3b522 /configuration.ccl
parent33e3cc3261b81b28f83a6e4d41d1ae97944dfa49 (diff)
Major update
Disable AVX emulation Set default for streaming stores to "no" Correct QPX vectorisation (IBM Blue Gene/Q) Add MIC vectorisation (Intel Xeon Phi) Convert SSE and AVX vectorisation to using inline functions instead of macros for code clarity Define CCTK_BOOLEAN, CCTK_INTEGER and CCTK_BOOLEAN_VEC, CCTK_INTEGER_VEC to make boolean and integer vectors explicit git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/Vectors/trunk@77 105869f7-3296-0410-a4ea-f4349344b45a
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl3
1 files changed, 1 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 9468abc..e2963f0 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -10,8 +10,7 @@ PROVIDES Vectors
VECTORISE_ALWAYS_USE_UNALIGNED_LOADS \
VECTORISE_ALWAYS_USE_ALIGNED_LOADS \
VECTORISE_INLINE \
- VECTORISE_STREAMING_STORES \
- VECTORISE_EMULATE_AVX
+ VECTORISE_STREAMING_STORES
}
REQUIRES Vectors