diff options
Diffstat (limited to 'ChocolArm64/State/FpType.cs')
| -rw-r--r-- | ChocolArm64/State/FpType.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChocolArm64/State/FpType.cs b/ChocolArm64/State/FpType.cs new file mode 100644 index 00000000..fc279106 --- /dev/null +++ b/ChocolArm64/State/FpType.cs @@ -0,0 +1,11 @@ +namespace ChocolArm64.State +{ + enum FpType + { + Nonzero, + Zero, + Infinity, + QNaN, + SNaN + } +} |
