ieee-fp: remove _fpreset from si_trap_fpe
This is not needed since windows includes feclearexcept. Furthermore, it leads to segmentation faults in the ieee-fp tests.
This commit is contained in:
parent
5ea9cdf8a4
commit
bd9c590810
1 changed files with 0 additions and 3 deletions
|
|
@ -1230,9 +1230,6 @@ si_trap_fpe(cl_object condition, cl_object flag)
|
|||
# ifdef HAVE_FENV_H
|
||||
feclearexcept(all);
|
||||
# endif
|
||||
# if defined(ECL_MS_WINDOWS_HOST)
|
||||
_fpreset();
|
||||
# endif
|
||||
# ifdef HAVE_FEENABLEEXCEPT
|
||||
fedisableexcept(all & ~bits);
|
||||
feenableexcept(all & bits);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue