This commit is contained in:
LDj3SNuD 2018-11-17 18:15:13 +01:00 committed by GitHub
parent 82b9cfc45c
commit ee443cb5d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1346,7 +1346,7 @@ 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.403).
//as of the time of writing it just crashes the JIT (SDK 2.1.500).
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };