Determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention.
Only available on IA-32 architecture
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 lets you choose compatibility with previous ABI implementations.
None