fn __gnu_f2h_ieee(a: f32) callconv(.c) compiler_rt.F16T(f32)
fn __gnu_f2h_ieee(a: f32) callconv(.c) compiler_rt.F16T(f32) { return @bitCast(truncf(f16, f32, a)); }