I have a library which is optimized for ARM Cortex A8 equipped devices, it heavily utilized the NEON VFPU, can the same code run on Cortex A5 devices with NEON? If not, any guide to make it run on Cortex A5?
Thanks in advance!
Zhong
Hi Noradavis,
So based on your assumption, the same NEON code can run on Cortex-A5 and generate right result, besides it has some performance penalty.
Is my understanding right?
Thank you,