UnitTests/Jit64Common: Test GenConvertDoubleToSingle

This commit is contained in:
MerryMage
2019-05-25 22:43:04 +01:00
parent c4799e5977
commit ec8d57d882
3 changed files with 123 additions and 1 deletions

View File

@ -16,6 +16,8 @@
#include <gtest/gtest.h>
namespace
{
class TestCommonAsmRoutines : public CommonAsmRoutines
{
public:
@ -51,6 +53,7 @@ public:
u64 (*wrapped_frsqrte)(u64, UReg_FPSCR&);
Jit64 jit;
};
} // namespace
TEST(Jit64, Frsqrte)
{