Update Instructions.cs
This commit is contained in:
parent
ddb8ebef78
commit
8ea6626f60
1 changed files with 1 additions and 1 deletions
|
@ -2677,7 +2677,7 @@ namespace Ryujinx.Tests.Cpu.Tester
|
||||||
|
|
||||||
for (int e = 0; e <= elements - 1; e++)
|
for (int e = 0; e <= elements - 1; e++)
|
||||||
{
|
{
|
||||||
count = BitCount(Elem(operand, e, esize));
|
count = (BigInteger)BitCount(Elem(operand, e, esize));
|
||||||
|
|
||||||
Elem(result, e, esize, count.SubBigInteger(esize - 1, 0));
|
Elem(result, e, esize, count.SubBigInteger(esize - 1, 0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue