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
|
namespace ChocolArm64.State
|
||||||
{
|
{
|
||||||
public enum ARoundMode
|
enum ARoundMode
|
||||||
{
|
{
|
||||||
ToNearest = 0,
|
ToNearest = 0,
|
||||||
TowardsPlusInfinity = 1,
|
TowardsPlusInfinity = 1,
|
||||||
TowardsMinusInfinity = 2,
|
TowardsMinusInfinity = 2,
|
||||||
TowardsZero = 3
|
TowardsZero = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue