0

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?

4

1 回答 1

0

Visual Studio 2008 既不支持 VFP 也不支持 NEON。您应该使用程序集来使用 Windows Mobile/Windows Embedded 上的这些说明。

于 2012-09-28T14:05:38.367 回答