Commit 06a1d132 authored by Martin Storsjö's avatar Martin Storsjö

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: 's avatarMartin Storsjö <martin@martin.st>
parent 5be7d859
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment