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>
This commit is contained in:
parent
5be7d8597d
commit
06a1d1323b
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user