7 lines
112 B
C#
7 lines
112 B
C#
|
namespace ChocolArm64.Decoders
|
||
|
{
|
||
|
interface IOpCodeSimd64 : IOpCode64
|
||
|
{
|
||
|
int Size { get; }
|
||
|
}
|
||
|
}
|