pub fn __roundx(x: f80) callconv(.c) f80
pub fn __roundx(x: f80) callconv(.c) f80 { // TODO: more efficient implementation return @floatCast(roundq(x)); }