Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
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  |  
     
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