rust/library/std
Trevor Gross 402ce53bfe Enable f16 tests on x86 and x86-64
Since the `compiler_builtins` update [1], ABI bugs on x86 should be
resolved. Enable tests for f16 on these platforms now.

`f16` math functions (`reliable_f16_math`) are still excluded because
there is an LLVM crash for powi [2].

[1]: https://github.com/rust-lang/rust/pull/125016
[2]: https://github.com/llvm/llvm-project/issues/105747
2024-08-23 13:54:50 -05:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #127623 - lolbinarycat:fix_remove_dir_all, r=Amanieu 2024-08-23 06:26:51 +02:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs Enable f16 tests on x86 and x86-64 2024-08-23 13:54:50 -05:00
Cargo.toml Update compiler_builtins to 0.1.120 2024-08-22 14:26:31 +08:00