Remove LSE2

This commit is contained in:
Adam Gemmell 2021-05-19 16:11:11 +01:00
parent 3f5f54cd8b
commit 523b4d1499
2 changed files with 1 additions and 4 deletions

View file

@ -153,7 +153,6 @@ pub fn to_llvm_feature<'a>(sess: &Session, s: &'a str) -> &'a str {
("aarch64", "fp") => "fp-armv8",
("aarch64", "fp16") => "fullfp16",
("aarch64", "fhm") => "fp16fml",
("aarch64", "lse2") => "outline-atomics",
("aarch64", "rcpc2") => "rcpc-immo",
("aarch64", "dpb") => "ccpp",
("aarch64", "dpb2") => "ccdp",