decoder/asimd: Correct names of scalar exceptions
This commit is contained in:
parent
495f58eed8
commit
8a1f106dba
@ -43,12 +43,12 @@ std::vector<ASIMDMatcher<V>> GetASIMDDecodeTable() {
|
||||
const std::set<std::string> comes_last{
|
||||
"VMLA (scalar)",
|
||||
"VMLAL (scalar)",
|
||||
"VQDMLAL/VQDMLSL",
|
||||
"VQDMLAL/VQDMLSL (scalar)",
|
||||
"VMUL (scalar)",
|
||||
"VMULL (scalar)",
|
||||
"VQDMULL",
|
||||
"VQDMULH",
|
||||
"VQRDMULH",
|
||||
"VQDMULL (scalar)",
|
||||
"VQDMULH (scalar)",
|
||||
"VQRDMULH (scalar)",
|
||||
};
|
||||
|
||||
std::stable_partition(table.begin(), table.end(), [&](const auto& matcher) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user