mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
More Speed
This commit is contained in:
parent
5fbfc6c155
commit
51448aa06d
16 changed files with 1066 additions and 955 deletions
|
|
@ -12,9 +12,11 @@ namespace Dynarmic {
|
|||
namespace Optimization {
|
||||
|
||||
void VerificationPass(const IR::Block& block) {
|
||||
#if 0
|
||||
for (const auto& inst : block.instructions) {
|
||||
inst->AssertValid();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace Optimization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue