Update InstEmitSimdHelper.cs
This commit is contained in:
parent
1aa00990b8
commit
7de1431b20
1 changed files with 2 additions and 2 deletions
|
@ -1367,8 +1367,8 @@ namespace ChocolArm64.Instructions
|
||||||
{
|
{
|
||||||
if (Optimizations.UseSse)
|
if (Optimizations.UseSse)
|
||||||
{
|
{
|
||||||
// TODO: Use Sse2.MoveScalar once it is fixed,
|
// TODO: Use Sse2.MoveScalar once it is fixed (in .NET Core 3.0),
|
||||||
// as of the time of writing it just crashes the JIT (SDK 2.1.505).
|
// as of the time of writing it just crashes the JIT.
|
||||||
|
|
||||||
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };
|
/*Type[] typesMov = new Type[] { typeof(Vector128<ulong>) };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue