rust/library/std
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
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Add core functions for f16 and f128 that require math routines 2024-08-01 15:38:53 -04:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs Add math functions for f16 and f128 2024-08-01 15:38:51 -04:00
Cargo.toml Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 2024-07-29 07:41:33 +00:00