diff options
author | lloyd <[email protected]> | 2014-01-24 15:41:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-24 15:41:03 +0000 |
commit | f5bd8adc44701a37204a6748089c2ee11a5a781d (patch) | |
tree | f718de65cc75aa17dd1924bfb82030ff62015f87 /src/build-data | |
parent | 910625b2468df6db8a26cbe7abfd8fc1a131f51d (diff) |
Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug 264
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/clang.txt | 1 | ||||
-rw-r--r-- | src/build-data/cc/gcc.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/cc/clang.txt b/src/build-data/cc/clang.txt index d68d9a167..8cbe1a731 100644 --- a/src/build-data/cc/clang.txt +++ b/src/build-data/cc/clang.txt @@ -41,6 +41,7 @@ aesni -> "-maes" clmul -> "-mpclmul" rdrand -> "-mrdrnd" sha -> "-msha" +altivec -> "-maltivec" </isa_flags> <mach_opt> diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index 94cb48c94..8a3e45461 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -48,6 +48,7 @@ aesni -> "-maes" clmul -> "-mpclmul" rdrand -> "-mrdrnd" sha -> "-msha" +altivec -> "-maltivec" </isa_flags> <mach_opt> |