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] math: Update i686 ulps


On Fri, 1 Jun 2018, Florian Weimer wrote:

> On 06/01/2018 02:47 PM, Florian Weimer wrote:
> >   Function: "y1_upward":
> > -double: 1
> > +double: 7
> >   float: 3
> >   float128: 5
> > -idouble: 1
> > +idouble: 7
> >   ifloat: 3
> >   ifloat128: 5
> >   ildouble: 7
> 
> I'm posting this for review because some of the changes (like the one above)
> are fairly large.

How do they compare to ulps for these functions on e.g. x86_64?  My 
presumption is that they arise from use of -mfpmath=sse (thus, meaning no 
excess precision, so results should mostly be the same as on other 
architectures).

-- 
Joseph S. Myers
joseph@codesourcery.com


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