mp: Implement metaprogramming library

This commit is contained in:
MerryMage 2018-07-15 14:25:31 +01:00
parent 4ab029c114
commit 7360a2579b
15 changed files with 412 additions and 0 deletions

View file

@ -31,6 +31,7 @@ add_executable(dynarmic_tests
A64/testenv.h
fp/unpacked_tests.cpp
main.cpp
mp.cpp
rand_int.h
)