Move a few more SIMD instructions to emit CIL directly instead of a method call

This commit is contained in:
gdkchan 2018-02-09 17:14:47 -03:00
parent 788bc52095
commit 411949eeac
7 changed files with 207 additions and 324 deletions

View file

@ -1,5 +1,3 @@
using ChocolArm64.Exceptions;
using System;
using System.Runtime.CompilerServices;
namespace ChocolArm64.Memory