Move solution and projects to src
This commit is contained in:
10
src/ARMeilleure/Decoders/RegisterSize.cs
Normal file
10
src/ARMeilleure/Decoders/RegisterSize.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ARMeilleure.Decoders
|
||||
{
|
||||
enum RegisterSize
|
||||
{
|
||||
Int32,
|
||||
Int64,
|
||||
Simd64,
|
||||
Simd128
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user