pub fn fmaxq(x: f128, y: f128) callconv(.c) f128
pub fn fmaxq(x: f128, y: f128) callconv(.c) f128 { return generic_fmax(f128, x, y); }