Using VFP/Neon for a Visual Studio 2008 application

北慕城南 提交于 2019-12-04 06:00:43

问题


I'm trying to specify the benchmarks of an ARM Cortex-A8 running Windows Compact 7. I want to compare the performance using the VFP, the NEON and none of them.

I've seen the "-mfpu=xxx" option for GCC compilers but, What are the required compilation settings in Visual Studio 2008 to indicate the FPU used by the application?


回答1:


Visual Studio 2008 supports neither VFP nor NEON. You should use assembly to make use of those instructions on Windows Mobile/Windows Embedded.



来源:https://stackoverflow.com/questions/12639940/using-vfp-neon-for-a-visual-studio-2008-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!