aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/State/FPException.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/State/FPException.cs')
-rw-r--r--ARMeilleure/State/FPException.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/ARMeilleure/State/FPException.cs b/ARMeilleure/State/FPException.cs
deleted file mode 100644
index e24e07af..00000000
--- a/ARMeilleure/State/FPException.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace ARMeilleure.State
-{
- enum FPException
- {
- InvalidOp = 0,
- DivideByZero = 1,
- Overflow = 2,
- Underflow = 3,
- Inexact = 4,
- InputDenorm = 7
- }
-}