Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers
This commit is contained in:
10
ChocolArm64/State/ARoundMode.cs
Normal file
10
ChocolArm64/State/ARoundMode.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace ChocolArm64.State
|
||||
{
|
||||
public enum ARoundMode
|
||||
{
|
||||
ToNearest = 0,
|
||||
TowardsPlusInfinity = 1,
|
||||
TowardsMinusInfinity = 2,
|
||||
TowardsZero = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user