fn __aeabi_dcmpge(a: f64, b: f64) callconv(.
fn __aeabi_dcmpge(a: f64, b: f64) callconv(.{ .arm_aapcs = .{} }) i32 { return @intFromBool(comparef.cmpf2(f64, comparef.GE, a, b) != .Less); }