mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
Avoids constructing and destructing the vector repeatedly, we can just alter the contents of the vector on each iteration instead. Also move out the std::array instances as well, like with the floating-point test case and the single random instruction test case. We can also use the regular form of std::generate and avoid hardcoding size values twice. |
||
|---|---|---|
| .. | ||
| unicorn_emu | ||
| a64.cpp | ||
| fuzz_with_unicorn.cpp | ||
| inst_gen.cpp | ||
| inst_gen.h | ||
| testenv.h | ||
| verify_unicorn.cpp | ||