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