Macros for Common Intrinsics
The following table shows the macros for common instrinsics with a description of the purpose of each.
Programming element | Description |
---|---|
_INTRINSIC_IS_HELPER | This macro determines if an intrinsic function is instantiated through a call to the C Run-time Library (CRT). |
_INTRINSIC_IS_INLINE | This macro determines if the compiler expands a specified intrinsic to one or more lines. |
_INTRINSIC_IS_SAFE | This macro determines if a specified intrinsic function is instantiated independent of the operating system. |
_INTRINSIC_IS_SUPPORTED | This macro determines if a specified intrinsic function is supported. |
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.