What is the earliest version of Visual Studio (C++) that supports the ARM NEON Intrinsics, if any ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Visual Studio 2012 supports NEON intrinsics (as well as ARMv6 intrinsics) when compiling for Windows-on-ARM. Visual Studio 2008 supported only ARMv5 DSP, XScale, and WMMX instructions when compiling for Windows Mobile.