aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
blob: e2963f01915165d72d21c7934d4fcb014743da97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Configuration definitions for thorn Vectors

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
}

REQUIRES Vectors