mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 07:12:26 -08:00
src/h/config.h.in: disable use of feenableexcept() for the Itanium architecture.
This commit is contained in:
parent
a027435354
commit
bdee456b29
1 changed files with 4 additions and 0 deletions
|
|
@ -307,7 +307,11 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
|
|||
/* can manipulate floating point environment */
|
||||
#undef HAVE_FENV_H
|
||||
/* can activate individual traps in floating point environment */
|
||||
/* this flag has to be deactivated for the Itanium architecture, where */
|
||||
/* the GNU libc functions are broken */
|
||||
#ifndef __ia64__
|
||||
#undef HAVE_FEENABLEEXCEPT
|
||||
#endif
|
||||
/* do we want to deactivate all support for floating point exceptions */
|
||||
#undef ECL_AVOID_FPE_H
|
||||
/* do we want to have signed zeros */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue