Changes

Jump to: navigation, search

Compiler Intrinsics

408 bytes added, 14:28, 7 January 2014
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…'
[[Category:Computer Architecture]]
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 [[Atomic Operations|atomics]].

== References ==

* [http://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html GNU C Compiler Extensions] - including many intrinsics/builtins.

Navigation menu