aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-24 15:41:03 +0000
committerlloyd <[email protected]>2014-01-24 15:41:03 +0000
commitf5bd8adc44701a37204a6748089c2ee11a5a781d (patch)
treef718de65cc75aa17dd1924bfb82030ff62015f87 /src/build-data
parent910625b2468df6db8a26cbe7abfd8fc1a131f51d (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.txt1
-rw-r--r--src/build-data/cc/gcc.txt1
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>