Created attachment 27539 [details] [review] Fix NEON build for older ARM CPUs 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).
Pushed. For another time, it would be helpful if you could format the patches with git format-patch HEAD^ That way git am can apply them directly. Thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.