about summary refs log tree commit diff
path: root/src/test/codegen/target-feature-on-functions.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-28Add `-C target-feature` to all functionsAlex Crichton-0/+19
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