pub fn __divsf3(a: f32, b: f32) callconv(.c) f32
pub fn __divsf3(a: f32, b: f32) callconv(.c) f32 { return div(a, b); }