Intel® Fortran Compiler 17.0 Developer Guide and Reference
Tells the compiler to generate code for processors that support certain features.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)
Linux and macOS: | -march=processor |
Windows: | None |
processor |
Indicates to the compiler the code it may generate. Possible values are:
|
pentium4 |
If no architecture option is specified, value pentium4 is used by the compiler to generate code. |
This option tells the compiler to generate code for processors that support certain features.
If you specify both the -ax and -march options, the compiler will not generate Intel-specific instructions.
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 OS X: None Windows: None |
-march=pentium4 |
Linux: -xSSE2 OS X: None Windows: None |
-march=core2 |
Linux: -xSSSE3 OS X: None Windows: None |