fn _Q_feq(a: f128, b: f128) callconv(.c) bool
fn _Q_feq(a: f128, b: f128) callconv(.c) bool { return @as(SparcFCMP, @fromBackingInt(@intCast(_Q_cmp(a, b)))) == .Equal; }