Enables inline expansion of intrinsic functions.
Windows: C/C++ > Optimization > Enable Intrinsic Functions
Linux: None
Mac OS: None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | None |
Windows: | /Oi |
/Oi- |
None
ON | Inline expansion of intrinsic functions is enabled. |
This option enables inline expansion of intrinsic functions. If you specify /Oi-, it disables inlining of all intrinsic functions.
None