1
Fork 0
rust/library/std
Trevor Gross 6e2d934a88 Add more f16 and f128 library functions and constants
This adds everything that was directly or transitively blocked on const
arithmetic for these types, which was recently merged.

Since const arithmetic is recent, most of these need to be gated by
`bootstrap`.

Anything that relies on intrinsics that are still missing is excluded.
2024-06-25 01:32:36 -04:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src Add more f16 and f128 library functions and constants 2024-06-25 01:32:36 -04:00
tests Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
build.rs Add build.rs config for reliable f16 and f128 2024-06-25 01:32:36 -04:00
Cargo.toml add HermitOS support of vectored read/write operations 2024-06-07 20:48:30 +02:00