This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: i370 float.h values?


On Tue, Sep 03, 2002 at 01:19:19AM +0200, Ulrich Weigand wrote:
> and instead of 
> >#define __FLT_MIN__ 0x1p-67F
> >#define __DBL_MIN__ 0x1p-67
> we should have
> #define __FLT_MIN__ 0x1p-260F
> #define __DBL_MIN__ 0x1p-260
> 
> (I don't quite see where the 67 comes from ...)

Oops, typo.  Added log2_b instead of multiplying by it.
I'll see about the other off-by-a-couple errors in a bit.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]