Tells the compiler to generate optimized 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:processor |
processor |
Is the processor type. Possible values are:
|
SSE2 |
The compiler generates code for Intel® Streaming SIMD Extensions 2 (Intel® SSE2). |
This option tells the compiler to generate optimized code specialized for the processor that executes your program.
Code generated with the values IA32, SSE, SSE2, or SSE3 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