Visible to Intel only — GUID: GUID-CD6997CC-E5FC-4990-9570-F463DD00DB7C
Visible to Intel only — GUID: GUID-CD6997CC-E5FC-4990-9570-F463DD00DB7C
mregparm-version
Determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention.
Architecture Restrictions
Only available on IA-32 architecture
Syntax
Linux: |
-mregparm-version=n |
macOS: |
macOS: |
None |
Windows: |
None |
Arguments
n |
Specifies the ABI implementation to use. Possible values are:
|
Default
0 |
The compiler uses the most recent ABI implementation. |
Description
This option determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention. This option lets you choose compatibility with previous ABI implementations.
IDE Equivalent
Alternate Options
None