diff options
| author | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-02-05 17:04:39 -0500 |
|---|---|---|
| committer | Caleb Zulawski <caleb.zulawski@gmail.com> | 2023-02-05 17:04:39 -0500 |
| commit | 47fc13268cab782dd16eebd2d7581606f76922ec (patch) | |
| tree | 0e03d9bd5640e0b1b104299d3818088316c0c57a /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | 6c991b07403a3234dd1ec0ac973b8ef97055e605 (diff) | |
| download | rust-47fc13268cab782dd16eebd2d7581606f76922ec.tar.gz rust-47fc13268cab782dd16eebd2d7581606f76922ec.zip | |
Remove misleading target feature aliases
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/llvm_util.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs index 79b243f73d1..c607a17f688 100644 --- a/compiler/rustc_codegen_llvm/src/llvm_util.rs +++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs @@ -163,12 +163,6 @@ pub fn to_llvm_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2] ("x86", "rdrand") => smallvec!["rdrnd"], ("x86", "bmi1") => smallvec!["bmi"], ("x86", "cmpxchg16b") => smallvec!["cx16"], - // FIXME: These aliases are misleading, and should be removed before avx512_target_feature is - // stabilized. They must remain until std::arch switches off them. - // rust#100752 - ("x86", "avx512vaes") => smallvec!["vaes"], - ("x86", "avx512gfni") => smallvec!["gfni"], - ("x86", "avx512vpclmulqdq") => smallvec!["vpclmulqdq"], ("aarch64", "rcpc2") => smallvec!["rcpc-immo"], ("aarch64", "dpb") => smallvec!["ccpp"], ("aarch64", "dpb2") => smallvec!["ccdp"], |
