Macro libm_intrinsics

Source
macro_rules! libm_intrinsics {
    ($(fn $fun:ident($($iid:ident : $ity:ty),+) -> $oty:ty;)+) => { ... };
}