Re: [PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-09-01 Thread Michael Meissner
On Wed, Aug 30, 2017 at 01:11:51AM +0200, Jakub Jelinek wrote: > On Tue, Aug 15, 2017 at 11:06:01PM -0400, Michael Meissner wrote: > > 2017-08-15 Michael Meissner > > > > PR libquadmath/81848 > > * configure.ac (powerpc*-linux*): Use attribute mode KC to create > > complex __float12

Re: [PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-08-29 Thread Jakub Jelinek
On Tue, Aug 15, 2017 at 11:06:01PM -0400, Michael Meissner wrote: > 2017-08-15 Michael Meissner > > PR libquadmath/81848 > * configure.ac (powerpc*-linux*): Use attribute mode KC to create > complex __float128 on PowerPC instead of attribute mode TC. > * quadmth.h (__com

Re: Ping [PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-08-23 Thread Michael Meissner
Ping: 2017-08-15 Michael Meissner PR libquadmath/81848 * configure.ac (powerpc*-linux*): Use attribute mode KC to create complex __float128 on PowerPC instead of attribute mode TC. * quadmth.h (__complex128): Likewise. * configure: Regenerate. *

Re: [PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-08-15 Thread Michael Meissner
On Wed, Aug 16, 2017 at 01:46:12AM +, Joseph Myers wrote: > ENOPATCH 2017-08-15 Michael Meissner PR libquadmath/81848 * configure.ac (powerpc*-linux*): Use attribute mode KC to create complex __float128 on PowerPC instead of attribute mode TC. * quadmth.h (_

Re: [PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-08-15 Thread Joseph Myers
ENOPATCH -- Joseph S. Myers jos...@codesourcery.com

[PATCH] libquadmath/81848, allow PowerPC to enable libquadmath

2017-08-15 Thread Michael Meissner
I'm working on some changes to finally make __float128 default for PowerPC VSX targets (power7..power9). I am reworking my PowerPC changes, but in using a previous version of my code, I needed to do some minor tweaks to allow libquadmath to build on PowerPC when __float128 becomes on by default.