Intel® oneAPI DPC++/C++ Compiler
Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
march
Tells the compiler to generate code using the CPU feature set of a specific processor as the baseline.
Syntax
Linux: |
-march=processor |
Windows: |
None |
Arguments
processor |
Tells the compiler which CPU features it can use. Possible values are:
|
Default
OFF |
If option -march is not specified, the compiler may generate Intel® SSE2 and SSE instructions. |
Description
This option tells the compiler to generate code using the CPU feature set of a specific processor as the baseline.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
IDE Equivalent
Alternate Options
None