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