Files
rust/library/std/src
Trevor Gross a2bb4d748d Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35
intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intrinsic

LLVM has three intrinsics here that all do the same thing (when used in the default FP environment). There's no reason Rust needs to copy that historically-grown mess -- let's just have one intrinsic and leave it up to the LLVM backend to decide how to lower that.

Suggested by `@hanna-kruppe` in https://github.com/rust-lang/rust/issues/136459; Cc `@tgross35`

try-job: test-various
2025-02-23 14:30:25 -05:00
..
2023-12-10 10:56:22 +08:00
2025-02-18 08:50:21 -08:00
2025-02-20 19:12:06 +00:00
2024-11-02 11:27:14 +01:00
2025-02-11 13:04:27 -08:00
2025-02-13 13:10:28 -08:00
2025-02-14 07:36:17 -08:00
2025-01-11 06:35:21 +02:00
2025-02-13 13:10:28 -08:00
2025-02-09 17:11:13 +00:00
2024-04-08 11:57:17 +00:00
2024-10-22 20:18:11 -04:00
2025-02-07 16:54:07 +01:00