Update InstEmitSimdMove.cs

This commit is contained in:
LDj3SNuD 2019-04-03 14:14:51 +02:00 committed by GitHub
parent 7de1431b20
commit 365a70a038
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);