Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove warning about f64->f32 cast being potential UB
As discussed in rust-lang#15536, the LLVM documentation incorrect described overflowing f64->f32 casts as being undefined behavior. LLVM never treated them as such, and the documentation has been adjusted in https://reviews.llvm.org/rL329065. As such, this warning can now be removed. Closes rust-lang#49622.
- Loading branch information