mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
68758c0560
Use -0.0 in `intrinsics::simd::reduce_add_unordered` -0.0 is the actual neutral additive float, not +0.0, and this matters to codegen. try-job: aarch64-gnu