Tells the compiler to generate code for a specified processor.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -march=processor |
Windows: | None |
processor |
Is the processor for which the compiler should generate code. Possible values are:
|
OFF or |
On systems using IA-32 architecture, the compiler does not generate processor-specific code unless it is told to do so. On systems using Intel® 64 architecture, the compiler generates code for Intel Pentium 4 processors. |
This option tells the compiler to generate code for a specified processor.
Specifying -march=pentium4 sets -mtune=pentium4.
For compatibility, a number of historical processor values are also supported, but the generated code will not differ from the default.
Optimization Notice |
---|
Intel’s compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
-march=pentium3 |
Linux: -xSSE Mac OS X: None Windows: None |
-march=pentium4
|
Linux: -xSSE2 Mac OS X: None Windows: None |
-march=core2 |
Linux: -xSSSE3 Mac OS X: None Windows: None |
Copyright © 1996-2011, Intel Corporation. All rights reserved.