Open main menu

CDOT Wiki β

Compiler Intrinsics

Revision as of 14:28, 7 January 2014 by Chris Tyler (talk | contribs) (Created page with 'Category:Computer Architecture A compiler ''intrinsic'' is a built-in pseudo-function which is typically inlined. Intrinsics are typically used to perform operations which cā€¦')
(diff) ā† Older revision | Latest revision (diff) | Newer revision ā†’ (diff)

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