I am trying to build an executable for Cortex A8 using RVDS 4.0. My code uses NEON but I want to set fpu option to either none or SoftVFP. The ARM website mentions that NEON is disabled when fpu is set to SoftVFP. Is this because VFP and NEON share registers?

Can some one please explain why I can not use NEON when fpu is set to SoftVFP or if there is any option through which I can enable NEON even when fpu is set to SOftVFP?

Thanks

link|improve this question
The VFP tag here on StackOverflow stands for "Visual FoxPro," a programming language and database. Probably not relevant to your question. – Tamar E. Granor Jan 17 at 22:14
Thanks. I have edited my question – user1116700 Jan 18 at 2:25
feedback

1 Answer

why not just use --cpu=7-A ? that should imply the currect --fpu option

softvfp is an emulation library, I guess NEON is simply not implemented

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.