Enables or disables inline expansion of intrinsic functions.
Windows: Optimization > Enable Intrinsic Functions
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -fbuiltin[-func] -fno-builtin[-func] |
Windows: | /Oi[-] |
func |
A comma-separated list of intrinsic functions. |
OFF |
Inline expansion of intrinsic functions disabled. |
This option enables or disables inline expansion of one or more intrinsic functions. If -func is not specified, -fno-builtin disables inline expansion for all intrinsic functions.
For a list of built-in functions affected by -fbuiltin, search for "built-in functions" in the appropriate gcc* documentation.
For a list of built-in functions affected by /Oi, search for "/Oi" in the appropriate Microsoft* Visual C/C++* documentation.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.