Enum FpConfig
Floating point configuration
[Flags]
public enum FpConfig
Fields
CorrectlyRoundedDivideSqrt = 128
Correctly rounded divide sqrt
Denorm = 1
Denorm
Fma = 32
FMA
InfNan = 2
inf, nan
RoundToInf = 16
round to infinite
RoundToNearest = 4
round to nearest
RoundToZero = 8
round to zero
SoftFloat = 64
soft float