Tells the compiler to generate code specialized for the processor that executes your program.
Windows: Code Generation > Enable Enhanced Instruction Set
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /arch:code |
code |
Indicates the instructions to be generated for the set of processors in each description. Many of the following descriptions refer to Intel® Streaming SIMD Extensions (Intel® SSE) and Supplemental Streaming SIMD Extensions (Intel® SSSE). Possible values are:
|
SSE2 |
The compiler may generate Intel® SSE2 and SSE instructions. |
This option tells the compiler to generate code specialized for the processor that executes your program.
Code generated with these options should execute on any compatible, non-Intel processor with support for the corresponding instruction set.
Options /arch and /Qx are mutually exclusive. If both are specified, the compiler uses the last one specified and generates a warning.
Linux and Mac OS X: -m
Windows: None
Copyright © 1996-2011, Intel Corporation. All rights reserved.