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