pub fn __fmax(a: f80, b: f80, c: f80) callconv(.c) f80
pub fn __fmax(a: f80, b: f80, c: f80) callconv(.c) f80 { // TODO: more efficient implementation return @floatCast(fmaq(a, b, c)); }