[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: g77 problems



> 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] []