>>>>> "rif" == rif <[EMAIL PROTECTED]> writes:
>> Just an idea: have you tried (set-floating-point-modes :traps nil) ?
>>
>> regards,
>> Hannu
rif> What am I missing here?
CL-USER> (ext:get-floating-point-modes)
rif> (:TRAPS (:OVERFLOW :INVALID :DIVIDE-BY-ZERO) :ROUNDING-MODE :NEAREST
rif> :CURRENT-EXCEPTIONS NIL :ACCRUED-EXCEPTIONS NIL :FAST-MODE NIL
rif> :PRECISION-CONTROL :64-BIT)
CL-USER> (ext:set-floating-point-modes :traps nil)
rif> ; No value
Something must be getting in here too, because cmucl never prints ";
No value"
Try it from a raw shell or terminal. I get the expected results on
x86 and sparc.
Ray