Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-E8B358E8-05AD-4C60-96DE-9C3829E571A2
Visible to Intel only — GUID: GUID-E8B358E8-05AD-4C60-96DE-9C3829E571A2
malign-double
Determines whether double, long double, and long long types are naturally aligned. This option is equivalent to specifying option align.
Only available on IA-32 architecture
Linux: |
-malign-double -mno-align-double |
macOS: |
None |
Windows: |
None |
None
-mno-align-double |
Types are aligned according to the gcc model, which means they are aligned to 4-byte boundaries. |
For details, see the align option.
None