Remove unused using. Nit.
This commit is contained in:
parent
8bb0d257fc
commit
fb01366025
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
#define SimdShImm
|
#define SimdShImm
|
||||||
|
|
||||||
using ChocolArm64.State;
|
|
||||||
|
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
using System.Runtime.Intrinsics;
|
using System.Runtime.Intrinsics;
|
||||||
|
@ -51,7 +49,7 @@ namespace Ryujinx.Tests.Cpu
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region "ValueSource (opcodes)"
|
#region "ValueSource (Opcodes)"
|
||||||
private static uint[] _ShrImm_S_D_()
|
private static uint[] _ShrImm_S_D_()
|
||||||
{
|
{
|
||||||
return new uint[]
|
return new uint[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue