| ... | ... | @@ -260,6 +260,8 @@ Integer and Float Operations |
| 260 | 260 | | ✓ | __gedf2 | f64 | f64 | i32 | .. | |
| 261 | 261 | | ✓ | __getf2 | f128 | f128 | i32 | .. | |
| 262 | 262 | | ✓ | __gexf2 | f80 | f80 | i32 | .. | |
| 263 | | ✓ | __aeabi_fcmpge | f32 | f32 | i32 | .. ARM | |
| 264 | | ✓ | __aeabi_dcmpge | f64 | f64 | i32 | .. ARM | |
| 263 | 265 | | ✓ | __gekf2 | f128 | f128 | i32 | .. PPC | |
| 264 | 266 | | ✓ | _Qp_fge |*f128 |*f128 | bool | .. SPARC | |
| 265 | 267 | | ✓ | __lthf2 | f16 | f16 | i32 | `(a!=Nan) and (b!=Nan) and (a<b) -> output<0` | |
| ... | ... | @@ -285,6 +287,8 @@ Integer and Float Operations |
| 285 | 287 | | ✓ | __gtdf2 | f64 | f64 | i32 | .. | |
| 286 | 288 | | ✓ | __gttf2 | f128 | f128 | i32 | .. | |
| 287 | 289 | | ✓ | __gtxf2 | f80 | f80 | i32 | .. | |
| 290 | | ✓ | __aeabi_fcmpgt | f32 | f32 | i32 | .. ARM | |
| 291 | | ✓ | __aeabi_dcmpgt | f64 | f64 | i32 | .. ARM | |
| 288 | 292 | | ✓ | __gtkf2 | f128 | f128 | i32 | .. PPC | |
| 289 | 293 | | ✓ | _Qp_fgt |*f128 |*f128 | bool | .. SPARC | |
| 290 | 294 | | | | | | | **Float Arithmetic** | |