mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 02:08:10 +00:00
this eliminates panicking branches in the optimized version of the functions. We keep the bounds checks when running the test suite to check that we never do an out of bounds access. This commit also adds a "must link" test that ensures that future changes in our implementation won't add panicking branches. closes rust-lang/libm#129