This commit is contained in:
LDj3SNuD 2019-03-10 17:27:14 +01:00 committed by GitHub
commit ffb7a336ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1372,11 +1372,11 @@ namespace ChocolArm64.Instructions
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };
EmitLdvecWithUnsignedCast(context, reg, 3);
context.EmitLdvec(reg);
context.EmitCall(typeof(Sse2).GetMethod(nameof(Sse2.MoveScalar), typesMov));
EmitStvecWithUnsignedCast(context, reg, 3);*/
context.EmitStvec(reg);*/
context.EmitLdvec(reg);
VectorHelper.EmitCall(context, nameof(VectorHelper.VectorSingleZero));