Controls the inlining of intrinsic functions.
Compatibility:This pragma is compatible with the following platform targets:
|
68K
|
PowerPC
|
NEC V800
|
#pragma inline_intrinsics on | off | reset
Remarks:
This pragma does not correspond to an option in any settings panel. To check whether this option is on, use __option (inline_intrinsics), described in "Checking Options."
This pragma enables support for these intrinsic optimizations:
Support for directstrcpy() when the source is a string constant of size less than 64 characters, and optimizing is set for speed. The string is copied using a set of move immediate instructions to the source address.
strlen()
The default value is on for Embedded 68K.