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