rust/library/compiler-builtins/builtins-test
Trevor Gross c7c5adbe64 compiler-builtins: Remove the no-f16-f128 feature
This option was used to gate `f16` and `f128` when support across
backends and targets was inconsistent. We now have the rustc builtin cfg
`target_has_reliable{f16,f128}` which has taken over this usecase.
Remove no-f16-f128 since it is now unused and redundant.
2026-01-11 07:02:27 -06:00
..
benches bench: Disambiguate benchmark names in mem_icount 2025-12-05 04:58:17 -05:00
src Use x86_no_sse configuration in more places 2025-07-24 19:37:45 +00:00
tests apply the rename to aarch64_outline_atomics in builtins-test 2025-12-17 05:01:44 +00:00
build.rs Use the compiler to determine whether or not to enable f16 and f128 2025-07-02 01:18:54 -05:00
Cargo.toml compiler-builtins: Remove the no-f16-f128 feature 2026-01-11 07:02:27 -06:00