projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be7d85
)
configure: Extend the neon intrinsics check
author
Martin Storsjö
<martin@martin.st>
Tue, 22 Jul 2014 12:09:43 +0000
(15:09 +0300)
committer
Martin Storsjö
<martin@martin.st>
Tue, 22 Jul 2014 20:57:23 +0000
(23:57 +0300)
Check for an instruction that causes the (very old) Apple GCC 4.2
to error out ("unrecognizable insn").
Signed-off-by: Martin Storsjö <martin@martin.st>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6736f76c4f810104eb21a7f6de6fb2f043adc360..3c1c520525b270c4abd105996a2a721881f95b17 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3935,7
+3935,7
@@
EOF
fi
-check_code cc arm_neon.h "int
64x2_t test
" && enable intrinsics_neon
+check_code cc arm_neon.h "int
16x8_t test = vdupq_n_s16(0)
" && enable intrinsics_neon
check_ldflags -Wl,--as-needed