Performs optimizations for specific processors.
Windows: None
Linux: Optimization > Optimize for Intel processor
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -mtune=processor |
Windows: | None |
processor |
Is the processor for which the compiler should perform optimizations. Possible values are:
|
generic |
Code is generated for the compiler's default behavior. |
This option performs optimizations for specific processors.
The resulting executable is backwards compatible and generated code is optimized for specific processors. For example, code generated with -mtune=pentium4 will run correctly on Core2 processors, but it might not run as fast as if it had been generated using -mtune=core2.
The following table shows on which architecture you can use each value.
Architecture |
|||
---|---|---|---|
processor Value |
IA-32 architecture |
Intel® 64 architecture |
|
generic |
X |
X |
|
core2 |
X |
X |
|
pentium |
X |
||
pentium-mmx |
X |
||
pentiumpro |
X |
||
pentium4 |
X |
||
pentium4m |
X |
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 |
-mtune |
Linux: -mcpu (this is a deprecated option) Mac OS X: None Windows: None |
Copyright © 1996-2011, Intel Corporation. All rights reserved.