aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
index ec50e58..54500d7 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,4 +2,14 @@
PROVIDES Vectors
{
+ SCRIPT configure.sh
+ LANG bash
+ OPTIONS \
+ VECTORISE \
+ VECTORISE_ALIGNED_ARRAYS \
+ VECTORISE_ALWAYS_USE_UNALIGNED_LOADS \
+ VECTORISE_ALWAYS_USE_ALIGNED_LOADS \
+ VECTORISE_INLINE \
+ VECTORISE_STREAMING_STORES \
+ VECTORISE_EMULATE_AVX
}