Update InstEmitSimdHelper.cs
This commit is contained in:
parent
342af4cced
commit
ef3b1a4be6
1 changed files with 2 additions and 2 deletions
|
@ -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>) };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue