aarch64: Use target-feature for NEON insn suppression and tpidr_el1 use
This commit is contained in:
committed by
Jeremy Soller
parent
aa3839605f
commit
252ec24905
@@ -13,7 +13,7 @@
|
||||
"pre-link-args": {
|
||||
"gcc": ["-m64", "-nostdlib", "-static"]
|
||||
},
|
||||
"features": "+a53,+strict-align,-fp-armv8",
|
||||
"features": "+strict-align,-neon,-fp-armv8,+tpidr-el1",
|
||||
"dynamic-linking": false,
|
||||
"executables": false,
|
||||
"relocation-model": "pic",
|
||||
|
||||
Reference in New Issue
Block a user