summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-23 23:53:36 -0300
committerAnton Khirnov <anton@khirnov.net>2016-08-03 10:56:52 +0200
commit63ac8e2d93080b74f6be32c7c3c1a1e44aacf34e (patch)
treebc8e374142a349129aba7da6fae274778b5f0202 /configure
parent3c504bc3599f00bfc5923adc114beef34bce11d0 (diff)
lavu: add LOCAL_ALIGNED_32
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 66da1e48df..80aa09ea4b 100755
--- a/configure
+++ b/configure
@@ -1468,6 +1468,7 @@ ARCH_FEATURES="
fast_cmov
local_aligned_8
local_aligned_16
+ local_aligned_32
simd_align_16
"
@@ -4296,7 +4297,7 @@ elif enabled parisc; then
elif enabled ppc; then
- enable local_aligned_8 local_aligned_16
+ enable local_aligned_8 local_aligned_16 local_aligned_32
check_inline_asm dcbzl '"dcbzl 0, %0" :: "r"(0)'
check_inline_asm ibm_asm '"add 0, 0, 0"'
@@ -4337,7 +4338,7 @@ elif enabled x86; then
check_builtin rdtsc intrin.h "__rdtsc()"
check_builtin mm_empty mmintrin.h "_mm_empty()"
- enable local_aligned_8 local_aligned_16
+ enable local_aligned_8 local_aligned_16 local_aligned_32
# check whether EBP is available on x86
# As 'i' is stored on the stack, this program will crash