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.
Visible to Intel only — GUID: GUID-B5B76D88-10CD-4BDB-A1B6-397B593F1BD1
Visible to Intel only — GUID: GUID-B5B76D88-10CD-4BDB-A1B6-397B593F1BD1
homeparams
Tells the compiler to store parameters passed in registers to the stack. This feature is only available for ifort.
Architecture Restrictions
Only available on Intel® 64 architecture
Syntax
Linux: |
None |
Windows: |
/homeparams |
Arguments
None
Default
OFF |
Register parameters are not written to the stack. |
Description
This option tells the compiler to store parameters passed in registers to the stack.
IDE Equivalent
Alternate Options
None