Move solution and projects to src
This commit is contained in:
11
src/ARMeilleure/IntermediateRepresentation/Multiplier.cs
Normal file
11
src/ARMeilleure/IntermediateRepresentation/Multiplier.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ARMeilleure.IntermediateRepresentation
|
||||
{
|
||||
enum Multiplier
|
||||
{
|
||||
x1 = 0,
|
||||
x2 = 1,
|
||||
x4 = 2,
|
||||
x8 = 3,
|
||||
x16 = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user