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