[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Floating point question
- From: Greg Lindahl <lindahl cs virginia edu>
- To: axp-list redhat com
- Subject: Re: Floating point question
- Date: Tue, 12 Jan 1999 12:43:56 -0500 (EST)
> As I recall, your problem was underflows in exp() due to large negative
> arguments. libffm returns zero by default, without -mieee.
To expand on this answer a bit, with the latest libffm, your code
should only need -mieee on Linux if it needs the equivalent on Digital
Unix. DU Fortran and g77 use the same techniques to process
underflows, but g77 is slower on most codes in the first place.
-- g
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]