PPT Slide
Intrinsics vs. In-Line Assembly
- Can use C variable names instead of register names
- Are compatible with the C environment
- Adhere to C’s function call syntax
Notes:
So comparing intrinsics versus in-line assembly, intrinsics can use C variable names instead of register names, they are compatible with the C environment, and they adhere to the C's functional call syntax, so they look just like C.