mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
UnitTests/Jit64Common: Test GenConvertDoubleToSingle
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user