pub fn __divhf3(a: f16, b: f16) callconv(.c) f16
pub fn __divhf3(a: f16, b: f16) callconv(.c) f16 { // TODO: more efficient implementation return @floatCast(divsf3.__divsf3(a, b)); }