aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-23 23:53:36 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-04-25 06:12:51 +0200
commit25d5ea6d5a08820a40dd145d40ddfaecdb44837b (patch)
tree21d5d9854c74664b0aa13668206f9e60c834b908 /configure
parentcebe06a0bf1989727ab2995a833ae6f8af1a7ac8 (diff)
downloadffmpeg-25d5ea6d5a08820a40dd145d40ddfaecdb44837b.tar.gz
lavu: add LOCAL_ALIGNED_32
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index c50b077d31..7f34e9a48f 100755
--- a/configure
+++ b/configure
@@ -1559,6 +1559,7 @@ ARCH_FEATURES="
fast_cmov
local_aligned_8
local_aligned_16
+ local_aligned_32
"
BUILTIN_LIST="
@@ -4299,7 +4300,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"'
@@ -4334,7 +4335,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