Update InstEmitSimdHelper.cs

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

View file

@ -1367,8 +1367,8 @@ namespace ChocolArm64.Instructions
{ {
if (Optimizations.UseSse) if (Optimizations.UseSse)
{ {
// TODO: Use Sse2.MoveScalar once it is fixed, // TODO: Use Sse2.MoveScalar once it is fixed (in .NET Core 3.0),
// as of the time of writing it just crashes the JIT (SDK 2.1.505). // as of the time of writing it just crashes the JIT.
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) }; /*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };