Update InstEmitSimdMove.cs
This commit is contained in:
parent
7de1431b20
commit
365a70a038
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ namespace ChocolArm64.Instructions
|
|||
if (Optimizations.UseSsse3)
|
||||
{
|
||||
Type[] typesCmpSflSub = new Type[] { typeof(Vector128<sbyte>), typeof(Vector128<sbyte>) };
|
||||
Type[] typesOr = new Type[] { typeof(Vector128<long> ), typeof(Vector128<long> ) };
|
||||
Type[] typesOr = new Type[] { typeof(Vector128<long>), typeof(Vector128<long>) };
|
||||
Type[] typesSav = new Type[] { typeof(long) };
|
||||
|
||||
context.EmitLdvec(op.Rn);
|
||||
|
|
Loading…
Add table
Reference in a new issue