summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatt Oliver <protogonoi@gmail.com>2014-03-18 15:29:14 +1100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-18 23:37:50 +0100
commitb2d3a45598ef8f8aaee489541c6914f960e53db4 (patch)
tree8e2949e3100bc0fe95803f42f126fc666f754fc5 /configure
parent37c07d45290cf9cdad061cd5c2af94a2783ba847 (diff)
avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are supported
This is part of the patch-set for intel C inline asm on windows support Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 8b67be7ff4..3939cfa63e 100755
--- a/configure
+++ b/configure
@@ -1690,6 +1690,7 @@ TOOLCHAIN_FEATURES="
gnu_windres
ibm_asm
inline_asm_labels
+ inline_asm_nonlocal_labels
pragma_deprecated
rsync_contimeout
symver_asm_label
@@ -4178,6 +4179,8 @@ od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
check_inline_asm inline_asm_labels '"1:\n"'
+check_inline_asm inline_asm_nonlocal_labels '"Label:\n"'
+
if enabled aarch64; then
# internal assembler in clang 3.3 does not support this instruction
enabled neon && check_insn neon 'ext v0.8B, v0.8B, v1.8B, #1'