rust/library/std
bors ed04567ba1 Auto merge of #129385 - tgross35:more-platforms-enable-f16, r=Mark-Simulacrum
Enable `f16` tests 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 https://github.com/rust-lang/rust/pull/125016, 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.

try-job: arm-android
try-job: test-various
try-job: x86_64-fuchsia
2024-09-28 20:15:04 +00:00
..
benches
src Rollup merge of #130922 - tyilo:udp-unspecified, r=ibraheemdev 2024-09-28 09:35:09 +02: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.130 2024-09-28 11:25:47 -04:00