Intel® Fortran Compiler 16.0 User and Reference Guide
Tells the compiler to align functions on an optimal byte boundary.
Linux and OS X: | -falign-functions[=n] -fno-align-functions |
Windows: | /Qfnalign[:n] /Qfnalign- |
n |
Is the byte boundary for function alignment. Possible values are 2 or 16. |
-fno-align-functions or /Qfnalign- |
The compiler aligns functions on 2-byte boundaries. This is the same as specifying -falign-functions=2 (Linux* OS and OS X*) or /Qfnalign:2 (Windows* OS). |
This option tells the compiler to align functions on an optimal byte boundary. If you do not specify n, the compiler aligns the start of functions on 16-byte boundaries.
None