Update ARoundMode.cs
This commit is contained in:
parent
7e5c094a45
commit
226d057778
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
namespace ChocolArm64.State
|
||||
{
|
||||
public enum ARoundMode
|
||||
enum ARoundMode
|
||||
{
|
||||
ToNearest = 0,
|
||||
TowardsPlusInfinity = 1,
|
||||
TowardsMinusInfinity = 2,
|
||||
TowardsZero = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue