Re: [cmake-developers] Android NEON and CMAKE_ANDROID_ARM_NEON docs

2018-02-21 Thread Brad King
On 02/21/2018 05:50 AM, Craig Scott wrote: > it seems like NEON should also be supported forĀ arm64-v8a > > Is this just a case of the CMake docs need to be updated? Likely yes. Please also verify that the implementation works as expected. Is the NEON support for arm64-v8a perhaps dependent on t

[cmake-developers] Android NEON and CMAKE_ANDROID_ARM_NEON docs

2018-02-21 Thread Craig Scott
According to the docs for CMAKE_ANDROID_ARM_NEON : 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