Requesting Code Generation for a Specific Processor Generation

The /architecture (/arch) option determines the type of code that will be generated for this program. On an ia32 system, you can specify whether the code to be generated can be run:

You can also request that the type of generated code be determined by the host system being used to compile the application.

For an ia64 system, request either the type of host system being used for compilation or request generic blend of instructions.

The /arch:keyword option uses the same keywords as the /tune:keyword option.

For more information: