fn __floatsihf(a: i32) callconv(.c) f16
fn __floatsihf(a: i32) callconv(.c) f16 { return floatFromInt(f16, a); }