I have recently started working on arm cortex-A15, As per my understanding VFP works on sequential while NEON on parallel. Can anyone tell me which one gives better optimization? My algo needs sequential flow. because AFAIK mixing VFP and NEON will give poor performance. My development is in opencv
c++
. Can anyone explain me how could I use VFP?
Asked
Active
Viewed 91 times
2

zerocukor287
- 555
- 2
- 8
- 23

sanket
- 21
- 3
-
This refers https://stackoverflow.com/a/14762516/2836621 – Mark Setchell Jul 02 '18 at 09:35