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 4/4] powerpc64le: Enable float128


On Wed, 14 Jun 2017 23:37:31 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

> On Wed, 14 Jun 2017, Gabriel F. T. Gomes wrote:
> 
> > From: "Paul E. Murphy" <murphyp@linux.vnet.ibm.com>
> > 
> > This patch adds ULPs for the float128 type, updates the abilist for libc
> > and libm, and adds the files bits/floatn.h and float128-abi.h, in order to
> > enable the new type for powerpc64le.
> > 
> > This patch also adds the implementation of sqrtf128 for powerpc64le, since
> > it is not implemented in libgcc.  The sfp-machine.h header is taken from
> > libgcc.
> > 
> > Tested for powerpc64, powerpc64le and s390x.  
> 
> Have you tested with both GCC 6 and GCC 7?

Although I have been testing the float128 branch with both GCC 6.2 and
GCC 7 for the past months, I accidentally tested it only with GCC 7 in a
few, more recent submissions to this list.  Thanks for pointing that out
and, thanks to that, I found an error in include/float.h, which I fixed
for version 2 (already in the list).

I also addressed all other comments in this thread for the new version.


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