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: Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271)


On 11/27/2013 11:56 PM, Joseph S. Myers wrote:
> This patch fixes bug 16271, incorrect rounding by dbl-64/e_sqrt.c in
> non-default rounding modes.  The calculation is carried out in
> round-to-nearest (since that's what any error analysis would have been
> based on) and then the round-to-nearest result is adjusted for other
> rounding modes based on the result of a division that is carried out
> anyway to get "inexact" exceptions right.


ok, 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]