Fix NEON build for older ARM CPUs
authorAdrian Bunk <adrian.bunk@movial.com>
Tue, 21 Jul 2009 00:16:32 +0000 (20:16 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 21 Jul 2009 00:16:32 +0000 (20:16 -0400)
commit767542cfb955ba22dad1259eff8a2fe16e7b8ba4
tree62f15038e1cb9500caff960a5e76af429367932b
parent184cd80aa46dd9d8bd023d3b70a345330b72d7e7
Fix NEON build for older ARM CPUs

The pld instruction used in the NEON assembler code is only available
for ARMv5e and >= ARMv6.

Set -mcpu=cortex-a8 when compiling the source file (similar to what is
already done for the SIMD build).
configure.ac