Intel® C++ Compiler 16.0 User and Reference Guide
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 and OS X: | -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. |
For details, see the align option.
None