Determines whether double, long double, and long long types are naturally aligned. This option is equivalent to specifying option align. This content is specific to C++; it does not apply to DPC++.
Only available on IA-32 architecture
Linux: | -malign-double -mno-align-double |
Windows: | None |
None
-mno-align-double |
Types are aligned according to the gcc model, which means they are aligned to 4-byte boundaries. |
This content is specific to C++; it does not apply to DPC++. For details, see the align option.
None