dynarmic/tests/A32
Morph 28714ee75a general: Rename files with duplicate names
In MSVC, having files with identical filenames will result into massive slowdowns when compiling.
The approach I have taken to resolve this is renaming the identically named files in frontend/(A32, A64) to (a32, a64)_filename.cpp/h
2021-12-23 11:38:58 +00:00
..
fuzz_arm.cpp general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
fuzz_thumb.cpp general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
test_arm_disassembler.cpp catch: Correct include directory 2021-08-08 12:52:55 +01:00
test_arm_instructions.cpp general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
test_thumb_instructions.cpp catch: Correct include directory 2021-08-08 12:52:55 +01:00
testenv.h tests: Format to clang-format mandated style 2021-05-31 12:54:27 +01:00
vfp_vadd_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00
vfp_vsub_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00