This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH] Fix undue underflow in ldbl-128ibm version of expl


On Saturday, March 24, 2012 00:05:48 Carlos O'Donell wrote:
> On Fri, Mar 23, 2012 at 6:47 PM, Andreas Schwab <schwab@linux-m68k.org> 
wrote:
> > The constant was computed with mpfr from log (0x1p-1074).
> > 
> > Andreas.
> > 
> >        * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
> >        denormal result into account.
> > ---
> >  sysdeps/ieee754/ldbl-128ibm/e_expl.c |    4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/sysdeps/ieee754/ldbl-128ibm/e_expl.c
> > b/sysdeps/ieee754/ldbl-128ibm/e_expl.c index 133adc2..495caca 100644
> > --- a/sysdeps/ieee754/ldbl-128ibm/e_expl.c
> > +++ b/sysdeps/ieee754/ldbl-128ibm/e_expl.c
> > @@ -1,5 +1,5 @@
> >  /* Quad-precision floating point e^x.
> > -   Copyright (C) 1999,2004,2006, 2008, 2011 Free Software Foundation,
> > Inc. +   Copyright (C) 1999,2004,2006, 2008, 2011, 2012 Free Software
> > Foundation, Inc.
> 
> The line is too long, fold all years into 1999-2012.

The change itself is fine,

Thanks,
Andreas
-- 
 Andreas Jaeger aj@{suse.com,opensuse.org} Twitter/Identica: jaegerandi
  SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GF: Jeff Hawn,Jennifer Guild,Felix Imendörffer,HRB16746 (AG Nürnberg)
    GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


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