Merge pull request #305 from akiernan/master

rust: Drop v8.1a tune for aarch64
This commit is contained in:
Cody Schafer
2021-02-09 16:04:19 +00:00
committed by GitHub

View File

@@ -66,9 +66,6 @@ def llvm_features_from_tune(d):
if 'neon' in feat:
f.append("+neon")
if 'aarch64' in feat:
f.append("+v8.1a")
if 'mips32' in feat:
f.append("+mips32")