Visible to Intel only — GUID: GUID-F7D43A41-22BA-4AC5-A719-ED14C3A0175C
Visible to Intel only — GUID: GUID-F7D43A41-22BA-4AC5-A719-ED14C3A0175C
Qsfalign
Specifies stack alignment for functions. This is a deprecated option that may be removed in a future release. This feature is only available for ifort.
Architecture Restrictions
Only available on IA-32 architecture. IA-32 support is deprecated and will be removed in a future release.
Syntax
Linux: |
None |
macOS: |
None |
Windows: |
/Qsfalign[n] |
Arguments
n |
Is the byte size of aligned variables. Possible values are:
|
Default
/Qsfalign8 |
Alignment occurs for functions with 8-byte aligned variables. |
Description
This option specifies stack alignment for functions. It lets you disable the normal optimization that aligns a stack for 8-byte data.
This is a deprecated option that may be removed in a future release. There is no replacement option.
If you do not specify n, stack alignment occurs for all functions. If you specify /Qsfalign-, no stack alignment occurs for any function.
IDE Equivalent
Alternate Options
None