Add missing pieces of ARMv9.2-A support.

aosp/3255916 didn't add all of the required infrastructure.
Refactor it to be more like x86_64 so it requires less
boilerplate code.

Bug: 364383722
Test: presubmit
Change-Id: Idc5279ffc5fe964bea9f98873c01468944d90091
This commit is contained in:
Krzysztof Kosiński
2024-09-07 00:01:55 +00:00
parent 2618069b9f
commit b8c5e95e26
3 changed files with 10 additions and 25 deletions

View File

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