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