fn fdimf(x: f32, y: f32) callconv(.c) f32
fn fdimf(x: f32, y: f32) callconv(.c) f32 { return fdimGeneric(f32, x, y); }