]> git.lizzy.rs Git - rust.git/commit
Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC
authorOliver Middleton <olliemail27@gmail.com>
Wed, 8 Jan 2020 22:56:33 +0000 (22:56 +0000)
committerOliver Middleton <olliemail27@gmail.com>
Wed, 8 Jan 2020 22:56:33 +0000 (22:56 +0000)
commit084217af65b212c3c68f66d798faa19bcef5007a
tree1361053c46a91a22d102be27b4b5dfaa4de1e730
parent56446fef49d73212f63ea7aa0680d5d602f19b9a
Don't use f64 shims for f32 cmath functions on none 32-bit x86 MSVC

These shims are only needed on 32-bit x86. Additionally since https://reviews.llvm.org/rL268875 LLVM handles adding the shims itself for the intrinsics.
src/libstd/f32.rs
src/libstd/sys/windows/cmath.rs