fp/op: Implement FPToFixed

This commit is contained in:
MerryMage 2018-06-29 19:34:46 +01:00
parent 8087e8df05
commit 9571269552
5 changed files with 163 additions and 0 deletions

View file

@ -29,6 +29,7 @@ add_executable(dynarmic_tests
A64/inst_gen.cpp
A64/inst_gen.h
A64/testenv.h
fp/FPToFixed.cpp
fp/mantissa_util_tests.cpp
fp/unpacked_tests.cpp
main.cpp