mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-03 13:14:42 +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. |
||
|---|---|---|
| .. | ||
| A32 | ||
| A64 | ||
| CMakeLists.txt | ||
| main.cpp | ||
| print_info.cpp | ||
| rand_int.h | ||