mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-08 02:10:36 -08:00
Disable handling of FP exceptions in the Alpha machines
This commit is contained in:
parent
2b6010be79
commit
d55b5669ac
1 changed files with 13 additions and 0 deletions
|
|
@ -210,6 +210,19 @@ typedef unsigned @CL_FIXNUM_TYPE@ cl_hashkey;
|
|||
/* the tzset() function gets the current time zone */
|
||||
#undef HAVE_TZSET
|
||||
|
||||
/*
|
||||
* we do not manage to get proper signal handling of floating point
|
||||
* arithmetics in the Alpha chips.
|
||||
*/
|
||||
#if defined(__alpha__)
|
||||
# ifdef HAVE_FENV_H
|
||||
# undef HAVE_FENV_H
|
||||
# endif
|
||||
# ifdef HAVE_FEENABLEEXCEPT
|
||||
# undef HAVE_FEENABLEEXCEPT
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* what characters are used to mark beginning of new line */
|
||||
#undef ECL_NEWLINE_IS_CRLF
|
||||
#undef ECL_NEWLINE_IS_LFCR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue