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