]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge