tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: floating point problems on amd64?
In June, gdt wrote:
I ran 'make check' on guile on NetBSD-current on amd64, and got a
failure:
guile> (version)
"1.8.5"
guile> (eqv? 0.0 (exp -inf.0))
#f
guile> (exp -inf.0)
+nan.0
This was a libm bug, not a guile bug, and is now fixed, thanks to
Matthias and Christos. One needs -current from 6/23 or more recent
(specifically in src/lib/libm/arch/i387/e_exp.S).
Home |
Main Index |
Thread Index |
Old Index