]> git.lizzy.rs Git - rust.git/commit
Auto merge of #50188 - alexcrichton:feature-all-the-things, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 28 Apr 2018 23:49:28 +0000 (23:49 +0000)
committerbors <bors@rust-lang.org>
Sat, 28 Apr 2018 23:49:28 +0000 (23:49 +0000)
commitf4c1f0ce93137049bd6c25d3289bf12bfc00426d
treedc72d394dfc4ab800d57482a930d946470ffcbcf
parent66363b288141ed2af4b95fb4205a56dce6248363
parent622371153c66f9e371f587205d14040534060c18
Auto merge of #50188 - alexcrichton:feature-all-the-things, r=eddyb

Add `-C target-feature` to all functions

Previously the features specified to LLVM via `-C target-feature` were only
reflected in the `TargetMachine` but this change *also* reflects these and the
base features inside each function itself. This change matches clang and...

Closes rust-lang-nursery/stdsimd#427