pub fn __fmah(x: f16, y: f16, z: f16) callconv(.c) f16
pub fn __fmah(x: f16, y: f16, z: f16) callconv(.c) f16 { // TODO: more efficient implementation return @floatCast(fmaf(x, y, z)); }