summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-07-22 15:09:43 +0300
committerMartin Storsjö <martin@martin.st>2014-07-22 23:57:23 +0300
commit06a1d1323bc8afd03f085ae98d9b74e431b3534e (patch)
tree9cb200a2fd854d0ee367c555f1ef57f226bdc496 /configure
parent5be7d8597d02bcaba2de2503c0e59cf865c746dc (diff)
configure: Extend the neon intrinsics check
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6736f76c4f..3c1c520525 100755
--- a/configure
+++ b/configure
@@ -3935,7 +3935,7 @@ EOF
fi
-check_code cc arm_neon.h "int64x2_t test" && enable intrinsics_neon
+check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon
check_ldflags -Wl,--as-needed