[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: g77 problems
- From: Greg Lindahl <lindahl cs virginia edu>
- To: axp-list redhat com
- Subject: Re: g77 problems
- Date: Thu, 3 Sep 1998 17:08:56 -0400 (EDT)
> Underflows are set to zero according to the architecture
> stuff I read.
However, if you're reading garbage memory, you might get a denorm.
This is what we were suggesting in this case.
> If a number cannot be represented normalized, you're in
> trouble because IEEE FP format has an implied 1 bit in the
> mantissa.
If a number can't be normalized, it is expressed by a denorm, which
does not have an implied 1 bit. The alpha neither generates nor
consumes denorms unless you specify the -mieee flag and pay a big
penalty.
-- g
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]