Share via


Intrinsic Functions and SHx Inline Assembly

Intrinsic functions can be used to access machine-level instructions that are not available in C or C++. Using these intrinsics is preferable to using inline assembly; the compiler cannot optimize code with inline assembly, but it can fully optimize code that with intrinsic functions.

See Also

SHx Inline Assembly Language | SH-4 and SH3-DSP Inline Assembly Language | Intrinsic Functions and SHx Inline Assembly | Elements of the SHx __asm Block | SHx Inline Assembly Samples

© 1992-2003 Microsoft Corporation. All rights reserved.