Merge pull request #305 from akiernan/master
rust: Drop v8.1a tune for aarch64
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user