pub fn __logh(a: f16) callconv(.c) f16
pub fn __logh(a: f16) callconv(.c) f16 { // TODO: more efficient implementation return @floatCast(logf(a)); }