mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +00:00
Now that we utilize C++17, we can use std::array's deduction guides to avoid the need to explicitly specify the template arguments. While we're at it, also use const where applicable. |
||
---|---|---|
.. | ||
fuzz_arm.cpp | ||
fuzz_thumb.cpp | ||
test_arm_disassembler.cpp | ||
test_thumb_instructions.cpp | ||
testenv.h | ||
vfp_vadd_f32.inc | ||
vfp_vsub_f32.inc |