fn __floatundihf(a: u64) callconv(.c) f16
fn __floatundihf(a: u64) callconv(.c) f16 { return floatFromInt(f16, a); }