diff options
| author | Ralf Jung <post@ralfj.de> | 2025-02-04 15:15:28 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-02-04 16:27:29 +0100 |
| commit | 04e7a10af68e6174e42e9ce4a6e81f97722a6032 (patch) | |
| tree | 99ea49d5237c2a07a91ffcdd18e1b46a777c34cf /compiler/rustc_span/src | |
| parent | 019fc4de2f3d49a2ef862d180599194d2be05193 (diff) | |
| download | rust-04e7a10af68e6174e42e9ce4a6e81f97722a6032.tar.gz rust-04e7a10af68e6174e42e9ce4a6e81f97722a6032.zip | |
intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intrinsic
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 382b12638f4..0188327fd82 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1337,10 +1337,6 @@ symbols! { native_link_modifiers_whole_archive, natvis_file, ne, - nearbyintf128, - nearbyintf16, - nearbyintf32, - nearbyintf64, needs_allocator, needs_drop, needs_panic_runtime, @@ -1655,20 +1651,16 @@ symbols! { return_position_impl_trait_in_trait, return_type_notation, rhs, - rintf128, - rintf16, - rintf32, - rintf64, riscv_target_feature, rlib, ropi, ropi_rwpi: "ropi-rwpi", rotate_left, rotate_right, - roundevenf128, - roundevenf16, - roundevenf32, - roundevenf64, + round_ties_even_f128, + round_ties_even_f16, + round_ties_even_f32, + round_ties_even_f64, roundf128, roundf16, roundf32, |
