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