fn fdim(x: f64, y: f64) callconv(.c) f64
fn fdim(x: f64, y: f64) callconv(.c) f64 { return fdimGeneric(f64, x, y); }