Determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention.
Linux: | -mregparm-version=n |
macOS: |
macOS: | None |
Windows: | None |
n |
Specifies the ABI implementation to use. Possible values are:
|
0 |
The compiler uses the most recent ABI implementation. |
This option determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention. This option allows compatibility with previous versions of gcc and icc.
None