FFTW / fftw3

DO NOT CHECK OUT THESE FILES FROM GITHUB UNLESS YOU KNOW WHAT YOU ARE DOING. (See below.)
GNU General Public License v2.0
2.67k stars 652 forks source link

CMake: added Neon support #275

Open emmenlau opened 2 years ago

emmenlau commented 2 years ago

This PR fixes a small mistake in CMakeLists.txt in the version number, now at 3.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.

emmenlau commented 2 years ago

Is this interesting and relevant for inclusion?

spinicist commented 2 years ago

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.

emmenlau commented 1 year ago

This should be a quick thing to review, could it be considered?

Sidelobe commented 1 year ago

Please merge this, it's sorely missing

Dmitry1988rff commented 1 year ago

Yes, this is a much needed feature.

Sidelobe commented 4 months ago

--2 year bump-- Can this be merged, please?