mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-02-02 05:14:19 +01:00
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…
Reference in a new issue