Skip to content

Enable vectorization on arm when compiled with -mfpu=neon

Peter Bell requested to merge neon-vectors into master

Tested on my raspberry pi. I did need to add -mfpu=neon to the compile flags but otherwise this worked smoothly. SciPy test suite passes and multidimensional transforms show a speedup.

Merge request reports