mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
eae08b25a6
Remove negative number check from float sqrt It hasn't been UB to pass negative numbers to sqrt since https://reviews.llvm.org/D28797 which was included in LLVM 5.