Update InstEmitSimdHelper.cs

This commit is contained in:
LDj3SNuD 2019-04-03 14:14:21 +02:00 committed by GitHub
parent 1aa00990b8
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)
{
// TODO: Use Sse2.MoveScalar once it is fixed,
// as of the time of writing it just crashes the JIT (SDK 2.1.505).
// TODO: Use Sse2.MoveScalar once it is fixed (in .NET Core 3.0),
// as of the time of writing it just crashes the JIT.
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };