Update InstEmitSimdHelper.cs

This commit is contained in:
LDj3SNuD 2019-03-31 23:53:58 +02:00 committed by GitHub
parent 342af4cced
commit ef3b1a4be6
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.504).
// TODO: Use Sse2.MoveScalar once it is fixed,
// as of the time of writing it just crashes the JIT (SDK 2.1.505).
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };