/arch (ARM)
Visual Studio 2012
Specifies the architecture for code generation on ARM. See also /arch (x86) and /arch (x64).
/arch:[ARMv7VE|VFPv4]
The _M_ARM_FP macro (for ARM only) indicates which, if any, /arch compiler option was used. For more information, see Predefined Macros.
When you use /clr to compile, /arch has no effect on code generation for managed functions. /arch only affects code generation for native functions.
To set the /arch:ARMv7VE or /arch:VFPv4 compiler option in Visual Studio
-
Open the Property Pages dialog box for the project. For more information, see How to: Open Project Property Pages.
-
Select the C/C++ folder.
-
Select the Command Line property page.
-
In the Additional options box, add /arch:AVX.