Update AInstEmitSimdHelper.cs
This commit is contained in:
parent
9864560c52
commit
8f6fe969cc
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ namespace ChocolArm64.Instruction
|
||||||
{
|
{
|
||||||
int ESize = 8 << Size;
|
int ESize = 8 << Size;
|
||||||
|
|
||||||
long TMaxValue = (1L << (ESize - 1)) - 1;
|
long TMaxValue = (1L << (ESize - 1)) - 1L;
|
||||||
long TMinValue = -(1L << (ESize - 1));
|
long TMinValue = -(1L << (ESize - 1));
|
||||||
|
|
||||||
AILLabel LblFalse = new AILLabel();
|
AILLabel LblFalse = new AILLabel();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue