Determines the version of the architecture for which the compiler generates instructions.
IA-32, Intel® 64 architectures
Linux and Mac OS X: |
-tune keyword |
Windows: |
/tune:keyword |
keyword |
Specifies the processor type. Possible values are:
|
pn4 |
The compiler optimizes for the Intel® Pentium® 4 processor. |
This option determines the version of the architecture for which the compiler generates instructions.
On systems using Intel® 64 architecture, only keyword pn4 is valid.
None