Nit.
This commit is contained in:
parent
1ce6af2537
commit
5a8931e681
1 changed files with 2 additions and 2 deletions
|
@ -1033,7 +1033,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
{
|
||||
ulong z = TestContext.CurrentContext.Random.NextULong();
|
||||
Vector128<float> v0 = MakeVectorE0E1(z, z);
|
||||
Vector128<float> v1 = MakeVectorE0E1(a, z);
|
||||
Vector128<float> v1 = MakeVectorE0(a);
|
||||
|
||||
int rnd = (int)TestContext.CurrentContext.Random.NextUInt();
|
||||
|
||||
|
@ -1051,7 +1051,7 @@ namespace Ryujinx.Tests.Cpu
|
|||
{
|
||||
ulong z = TestContext.CurrentContext.Random.NextULong();
|
||||
Vector128<float> v0 = MakeVectorE1(z);
|
||||
Vector128<float> v1 = MakeVectorE0E1(a, z);
|
||||
Vector128<float> v1 = MakeVectorE0(a);
|
||||
|
||||
int rnd = (int)TestContext.CurrentContext.Random.NextUInt();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue