According to the docs for CMAKE_ANDROID_ARM_NEON
<https://cmake.org/cmake/help/latest/variable/CMAKE_ANDROID_ARM_NEON.html>:

When Cross Compiling for Android and CMAKE_ANDROID_ARCH_ABI is set to
armeabi-v7a set CMAKE_ANDROID_ARM_NEON to ON to target ARM NEON devices.


But reading the Android ndk guide, it seems like NEON should also be
supported for arm64-v8a. From the Build Requirements section
<https://developer.android.com/ndk/guides/cpu-arm-neon.html#build>:

NEON support works with the armeabi-v7a and arm64-v8a ABIs.


Is this just a case of the CMake docs need to be updated?

-- 
Craig Scott
Melbourne, Australia
https://crascit.com
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake-developers

Reply via email to