Intel® C++ Compiler 16.0 User and Reference Guide
Determines which version of the Application Binary Interface (ABI) is used for the regparm parameter passing convention.
Linux and OS X: | -mregparm-version=n |
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