Move solution and projects to src
This commit is contained in:
12
src/ARMeilleure/State/FPException.cs
Normal file
12
src/ARMeilleure/State/FPException.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace ARMeilleure.State
|
||||
{
|
||||
enum FPException
|
||||
{
|
||||
InvalidOp = 0,
|
||||
DivideByZero = 1,
|
||||
Overflow = 2,
|
||||
Underflow = 3,
|
||||
Inexact = 4,
|
||||
InputDenorm = 7
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user