|
|||||||||||
Technical Support Support Resources
Product Information |
C166: Inline Expansion of C Runtime Library FunctionsInformation in this article applies to:
QUESTIONThe C166 Compiler User's Guide lists intrinsic functions that are expanded inline. I have noticed that the strcpy function also generates inline code. Which library functions are expanded inline and is there a way to disable the inline expansion? ANSWERThe intrinsic library functions (those in intrins.h) are always expanded inline as documented. Additionally, the following library routines are expanded inline for near function calls:
There is no way to disable inline expansion. However, you may choose a memory model that uses far function calls and library functions (other than those in intrins.h) that are not expanded inline. MORE INFORMATION
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.