]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68033 - ollie27:win_f32, r=dtolnay
authorDylan DPC <dylan.dpc@gmail.com>
Thu, 16 Jan 2020 15:23:26 +0000 (20:53 +0530)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2020 15:23:26 +0000 (20:53 +0530)
commitc8125fb36a7d0f06e21ca891d993c85b9fd884b6
tree028ce1aca0f825ddf30b2bea25e2557500253b43
parent9fe05e9456b84996637c2f29b35c37960e537540
parent084217af65b212c3c68f66d798faa19bcef5007a
Rollup merge of #68033 - ollie27:win_f32, r=dtolnay

Don't use f64 shims for f32 cmath functions on non 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