dynarmic/tests
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
..
A32 general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
A64 general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
fp catch: Correct include directory 2021-08-08 12:52:55 +01:00
unicorn_emu Add .clang-format file 2021-05-22 15:07:02 +01:00
CMakeLists.txt externals: Update fmt to 8.0.0 2021-06-23 05:04:53 -04:00
cpu_info.cpp cpu_info: remove tSSE4a and tSSE5 (#643) 2021-09-06 20:49:10 +01:00
decoder_tests.cpp general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
fuzz_util.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00
fuzz_util.h Consolidate all source files into src/ directory 2021-05-19 17:41:59 +01:00
main.cpp catch: Correct include directory 2021-08-08 12:52:55 +01:00
print_info.cpp general: Rename files with duplicate names 2021-12-23 11:38:58 +00:00
rand_int.h Add .clang-format file 2021-05-22 15:07:02 +01:00
rsqrt_test.cpp catch: Correct include directory 2021-08-08 12:52:55 +01:00
rsqrt_test_fn.s rsqrt_test: Fix on GCC 2021-05-01 20:33:14 +01:00