JitArm64: Add unit tests for single/double conversion

This commit is contained in:
JosJuice
2021-02-13 12:38:20 +01:00
parent 2a9d88739c
commit 9d6263f306
4 changed files with 276 additions and 1 deletions

View File

@ -21,6 +21,7 @@ if(_M_X86)
)
elseif(_M_ARM_64)
add_dolphin_test(PowerPCTest
PowerPC/JitArm64/ConvertSingleDouble.cpp
PowerPC/JitArm64/MovI2R.cpp
)
endif()