mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-09 06:30:32 -07:00
In impl/math_fenv.h, define FE_OVERFLOW to allow processing of NaN/inf as error conditions in platforms without fenv.h
This commit is contained in:
parent
3fb01acf5d
commit
f7328fb74a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@
|
|||
# define FE_INVALID 1
|
||||
# define FE_DIVBYZERO 2
|
||||
# define FE_INEXACT 0
|
||||
# define FE_OVERFLOW 0
|
||||
# define FE_OVERFLOW 3
|
||||
# define FE_UNDERFLOW 0
|
||||
# define ECL_WITHOUT_FPE_BEGIN
|
||||
# define ECL_WITHOUT_FPE_END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue