Intel® C++ Compiler 16.0 User and Reference Guide

malign-double

Determines whether double, long double, and long long types are naturally aligned. This option is equivalent to specifying option align.

Architecture Restrictions

Only available on IA-32 architecture

Syntax

Linux and OS X:

-malign-double

-mno-align-double

Windows:

None

Arguments

None

Default

-mno-align-double

Types are aligned according to the gcc model, which means they are aligned to 4-byte boundaries.

Description

For details, see the align option.

IDE Equivalent

None

Alternate Options

None