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 に答える