rust/library/std
Trevor Gross 404c5d26c9 Enable f16 on platforms that were missing conversion symbols
The only requirement for `f16` support, aside from LLVM not crashing and
no ABI issues, is that symbols to convert to and from `f32` are
available. Since the update to compiler-builtins in [1], we now provide
these on all platforms.

This also enables `f16` math since there are no further requirements.

Still excluded are platforms for which LLVM emits infinitely-recursing
code.

[1]: https://github.com/rust-lang/rust/pull/125016
2024-09-27 18:15:02 -04:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #130846 - ChrisDenton:revert-break, r=Noratrieb 2024-09-26 22:20:54 -07:00
tests Add test for available_parallelism() 2024-09-22 23:46:08 +01:00
build.rs Enable f16 on platforms that were missing conversion symbols 2024-09-27 18:15:02 -04:00
Cargo.toml update compiler_builtins to 0.1.126 2024-09-26 09:54:28 +02:00