mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 15:37:12 +00:00
to detecting underflow/overflow. The functions now match the behavior of the MUSL implementations these were based on. Fixes rust-lang/libm#286