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