1
Fork 0
rust/library/std/src/f128
Trevor Gross e18036c769 Add core functions for f16 and f128 that require math routines
`min`, `max`, and similar functions require external math routines. Add
these under the same gates as `std` math functions (`reliable_f16_math`
and `reliable_f128_math`).
2024-08-01 15:38:53 -04:00
..
tests.rs Add core functions for f16 and f128 that require math routines 2024-08-01 15:38:53 -04:00