Tells the compiler to generate code specialized for the processor that executes your program.
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:
|
Linux systems: -msse2 |
For more information on the default values, see Arguments above. |
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 -x and -m are mutually exclusive. If both are specified, the compiler uses the last one specified and generates a warning.
Copyright © 1996-2010, Intel Corporation. All rights reserved.