namespace ChocolArm64.State
{
enum ARoundMode
ToNearest = 0,
TowardsPlusInfinity = 1,
TowardsMinusInfinity = 2,
TowardsZero = 3
}