On Thu, 6 Oct 2016, Segher Boessenkool wrote:

> On Wed, Oct 05, 2016 at 06:18:50PM -0400, Michael Meissner wrote:
> > I have removed the #define of __float128, and instead created a keyword that
> > points to the _Float128 type.  I added a little commentary on the use of
> > __ieee128 (which is needed to create the type when we aren't using 
> > __float128).
> > 
> > I did a bootstrap and test on a little endian power8 system with no
> > regressions.  Can I install the patch on the trunk?
> 
> Not easy to read this patch :-)
> 
> It looks good; it is fine for trunk if Joseph thinks it is good, too.

I don't really understand the motivation for needing the extra options, 
but I have no further comments provided __float128 is now the same type as 
_Float128 when both are available (rather than being long double, even if 
that also has binary128 format), as indicated above.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to