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