Skip to content

Commit 1122400

Browse files
Update compiler/rustc_codegen_llvm/src/llvm_util.rs
Co-authored-by: Jubilee <[email protected]>
1 parent d7152f8 commit 1122400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_llvm/src/llvm_util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ pub fn to_llvm_features<'a>(sess: &Session, s: &'a str) -> SmallVec<[&'a str; 2]
164164
("x86", "bmi1") => smallvec!["bmi"],
165165
("x86", "cmpxchg16b") => smallvec!["cx16"],
166166
// FIXME: These aliases are misleading, and should be removed before avx512_target_feature is
167-
// stabilized. For now, they must be kept at a minimum because std::arch uses them.
167+
// stabilized. They must remain until std::arch switches off them.
168168
// rust#100752
169169
("x86", "avx512vaes") => smallvec!["vaes"],
170170
("x86", "avx512gfni") => smallvec!["gfni"],

0 commit comments

Comments
 (0)