Intel® Fortran Compiler 16.0 User and Reference Guide
Specifies stack alignment for functions.
Only available on IA-32 architecture
Linux and OS X: | None |
Windows: | /Qsfalign[n] |
n |
Is the byte size of aligned variables. Possible values are:
|
/Qsfalign8 |
Alignment occurs for functions with 8-byte aligned variables. |
This option specifies stack alignment for functions. It lets you disable the normal optimization that aligns a stack for 8-byte data.
If you do not specify n, stack alignment occurs for all functions. If you specify /Qsfalign-, no stack alignment occurs for any function.
None