Tells the compiler to generate code for a specific architecture.
Linux: | -m64 |
Windows: | /Qm64 |
None
-m64 or /Qm64 |
The compiler generates code for Intel® 64 architecture. |
These options tell the compiler to generate code for a specific architecture.
On Linux* systems, these options are provided for compatibility with gcc.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None