rust/library/std/tests/floats
Trevor Gross dfa972e454 Use feature(target_has_reliable_f16_f128) in library tests
New compiler configuration has been introduced that is designed to
replace the build script configuration `reliable_f16`, `reliable_f128`,
`reliable_f16_math`, and `reliable_f128_math`. Do this replacement here,
which allows us to clean up `std`'s build script.

All tests are gated by `#[cfg(bootstrap)]` rather than doing a more
complicated `cfg(bootstrap)` / `cfg(not(bootstrap))` split since the
next beta split is within two weeks.
2025-04-27 20:10:33 +00:00
..
f16.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
f32.rs test_nan: ensure the NAN contant is quiet 2025-04-22 09:06:43 +02:00
f64.rs test_nan: ensure the NAN contant is quiet 2025-04-22 09:06:43 +02:00
f128.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
lib.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00