Open emmenlau opened 2 years ago
Is this interesting and relevant for inclusion?
I'd love to see this merged - then I could work on enabling neon for FFTW when included via vcpkg. vcpkg uses CMakeLists.txt instead of the configure script.
This should be a quick thing to review, could it be considered?
Please merge this, it's sorely missing
Yes, this is a much needed feature.
--2 year bump-- Can this be merged, please?
This PR fixes a small mistake in
CMakeLists.txt
in the version number, now at3.3.10
. And it adds preliminary Neon support. Neon should work but has not been extensively tested. The build assumes that the compiler has native Neon support, as is the case i.e. with cross-compiling for Android.