-
Notifications
You must be signed in to change notification settings - Fork 698
CMake: added Neon support #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
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-- |
|
would also love to see this merged, please give it a try |
…FTW/fftw3#275 that will never be merged
this is now available for vcpkg users, see microsoft/vcpkg#45222 |
This PR fixes a small mistake in
CMakeLists.txtin 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.