Compiler Intrinsics

From CDOT Wiki
Jump to: navigation, search

A compiler intrinsic is a built-in pseudo-function which is typically inlined.

Intrinsics are typically used to perform operations which cannot be performed (or guaranteed) in normal C code, such as atomics.

References