Create FPType.cs
This commit is contained in:
parent
2a4ca6e07e
commit
577d6eb851
1 changed files with 11 additions and 0 deletions
11
ChocolArm64/State/FPType.cs
Normal file
11
ChocolArm64/State/FPType.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace ChocolArm64.State
|
||||
{
|
||||
enum FPType
|
||||
{
|
||||
Nonzero,
|
||||
Zero,
|
||||
Infinity,
|
||||
QNaN,
|
||||
SNaN
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue