Browse By Tags

  • Recompile neon 32bit instruction for ARMv8 using ndk r10c

    Hello,

    I have an android application which has neon optimised native code. The neon instructions were written for armv7a architecture. I've read that ARMv8 arch can run  in both 32bit mode and 64bit mode. I've been trying to compile the code using ndk…