Intel® Fortran Compiler 17.0 Developer Guide and Reference
Tells the compiler the stack alignment to use on entry to routines.
Only available on IA-32 architecture
Linux: | -falign-stack=mode |
macOS: | None |
Windows: | None |
mode |
Is the method to use for stack alignment. Possible values are:
|
-falign-stack=assume-16-byte |
The compiler assumes the stack is aligned on 16-byte boundaries and continues to maintain 16-byte alignment. |
This option tells the compiler the stack alignment to use on entry to routines.
None