rust/library/std
Trevor Gross b3bfd66627
Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay
Add `f16` and `f128` math functions

This adds intrinsics and math functions for `f16` and `f128` floating point types. Support is quite limited and some things are broken so tests don't run on many platforms, but this provides a starting point.
2024-08-06 22:17:32 -05:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay 2024-08-06 22:17:32 -05: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