Find a file
bors[bot] adaeaa64d7 Merge rust-lang/libm#131
131: omit bounds check in release mode r=japaric a=japaric

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

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
2018-07-25 20:03:34 +00:00
library/compiler-builtins/libm ci: fix if condition 2018-07-25 15:02:10 -05:00