From ee443cb5d1df66eded6c82dc9dbd6f6806d204ed Mon Sep 17 00:00:00 2001 From: LDj3SNuD <35856442+LDj3SNuD@users.noreply.github.com> Date: Sat, 17 Nov 2018 18:15:13 +0100 Subject: [PATCH] Nit. --- ChocolArm64/Instructions/InstEmitSimdHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Instructions/InstEmitSimdHelper.cs b/ChocolArm64/Instructions/InstEmitSimdHelper.cs index 8838ff981b..7b597be37d 100644 --- a/ChocolArm64/Instructions/InstEmitSimdHelper.cs +++ b/ChocolArm64/Instructions/InstEmitSimdHelper.cs @@ -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) };