pub fn __exp2x(x: f80) callconv(.c) f80
pub fn __exp2x(x: f80) callconv(.c) f80 { // TODO: more efficient implementation return @floatCast(exp2q(x)); }