Fix check with tolerance on tester
This commit is contained in:
parent
0d553aff83
commit
bb3ccccd3c
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
{
|
||||
Assert.That (_context.GetV(0).GetDouble(0),
|
||||
Is.EqualTo(_unicornEmu.Q[0].GetDouble(0)).Within(1).Ulps);
|
||||
Assert.That (_context.GetV(1).GetDouble(1),
|
||||
Assert.That (_context.GetV(0).GetDouble(1),
|
||||
Is.EqualTo(_unicornEmu.Q[0].GetDouble(1)).Within(1).Ulps);
|
||||
|
||||
Console.WriteLine(fpTolerances);
|
||||
|
|
Loading…
Add table
Reference in a new issue