* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I
directly, and only if GUILE_I was defined by the configure step. (scm_log, scm_log10, scm_exp, scm_sqrt): Use SCM_COMPLEX_VALUE code only if SCM_COMPLEX_VALUE is defined. * configure.in (--without-64-calls): Use AC_MSG_CHECKING and AC_MSG_RESULT instead of just echo. (GUILE_I): New programs to try using _Complex_I or 1.0fi for the imaginary unit.
This commit is contained in:
parent
7f74cf9a67
commit
4b26c03ec7
5 changed files with 48 additions and 7 deletions
1
NEWS
1
NEWS
|
|
@ -55,6 +55,7 @@ system and library calls.
|
|||
** Fixed wrong-type-arg errors when creating zero length SRFI-4
|
||||
uniform vectors on AIX.
|
||||
** Fixed a deadlock that occurs upon GC with multiple threads.
|
||||
** Fixed compile problem with GCC on Solaris and AIX (use of _Complex_I)
|
||||
|
||||
* New modules (see the manual for details)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue