about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2025-04-26 05:37:52 +0000
committerTrevor Gross <tmgross@umich.edu>2025-04-27 20:10:33 +0000
commitdfa972e4548d7719d50540af9661c42dd9085b30 (patch)
treed6043a734945457712693411691a1b77a38b7039 /compiler/rustc_codegen_llvm/src
parent6ceeb0849e181999fc6ecc2cb9dcfdc65b5effd3 (diff)
downloadrust-dfa972e4548d7719d50540af9661c42dd9085b30.tar.gz
rust-dfa972e4548d7719d50540af9661c42dd9085b30.zip
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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions