Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

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:

-malign-double

-mno-align-double

macOS:

None

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