dynarmic/tests/A32
Lioncash 134bb02e19 ir/value: Replace includes with forward declarations
enum classes are still considered complete types when forward declared
(as the compiler knows the exact size of the type from the declaration
alone). The only difference in this case being that the members of the
enum class aren't visible. Given we don't use the members within this
header in any way, we can simply forward declare them here and remove
the inclusions.
2020-04-22 20:55:05 +01:00
..
skyeye_interpreter
fuzz_arm.cpp ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
fuzz_thumb.cpp A32: Implement FastDispatchHint 2020-04-22 20:53:46 +01:00
test_arm_disassembler.cpp
test_thumb_instructions.cpp
testenv.h A32/testenv: Add missing headers 2020-04-22 20:53:45 +01:00
vfp_vadd_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00
vfp_vsub_f32.inc