Merge "Introduce armv9-a arch variant."

This commit is contained in:
Evgenii Stepanov
2023-03-07 22:58:11 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ var archVariants = map[ArchType][]string{
"armv8-a-branchprot",
"armv8-2a",
"armv8-2a-dotprod",
"armv9-a",
},
X86: {
"amberlake",
@@ -149,6 +150,9 @@ var androidArchFeatureMap = map[ArchType]map[string][]string{
"armv8-2a-dotprod": {
"dotprod",
},
"armv9-a": {
"dotprod",
},
},
X86: {
"amberlake": {