CPE
This commit is contained in:
parent
acb5f19940
commit
1eba6aa860
1 changed files with 3 additions and 3 deletions
|
@ -228,7 +228,7 @@ namespace Ryujinx.Tests.Cpu
|
||||||
|
|
||||||
AThreadState ThreadState = SingleOpcode(Opcode, V0: V0, V1: V1);
|
AThreadState ThreadState = SingleOpcode(Opcode, V0: V0, V1: V1);
|
||||||
|
|
||||||
double Zero = +0f;
|
float Zero = +0f;
|
||||||
byte[] Exp = default(byte[]);
|
byte[] Exp = default(byte[]);
|
||||||
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
||||||
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
||||||
|
@ -305,7 +305,7 @@ namespace Ryujinx.Tests.Cpu
|
||||||
|
|
||||||
AThreadState ThreadState = SingleOpcode(Opcode, V0: V0, V1: V1);
|
AThreadState ThreadState = SingleOpcode(Opcode, V0: V0, V1: V1);
|
||||||
|
|
||||||
double Zero = +0f;
|
float Zero = +0f;
|
||||||
byte[] Exp = default(byte[]);
|
byte[] Exp = default(byte[]);
|
||||||
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
||||||
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
||||||
|
@ -344,7 +344,7 @@ namespace Ryujinx.Tests.Cpu
|
||||||
|
|
||||||
AThreadState ThreadState = SingleOpcode(Opcode, V1: V1);
|
AThreadState ThreadState = SingleOpcode(Opcode, V1: V1);
|
||||||
|
|
||||||
double Zero = +0f;
|
float Zero = +0f;
|
||||||
byte[] Exp = default(byte[]);
|
byte[] Exp = default(byte[]);
|
||||||
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
byte[] Ones = new byte[] {0xFF, 0xFF, 0xFF, 0xFF};
|
||||||
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
byte[] Zeros = new byte[] {0x00, 0x00, 0x00, 0x00};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue