Ping:

2017-08-15  Michael Meissner  <meiss...@linux.vnet.ibm.com>

        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.
        * math/cbrtq.c (CBRT2): Use __float128 not long double.
        (CBRT4): Likewise.
        (CBRT2I): Likewise.
        (CBRT4I): Likewise.
        * math/j0q.c (U0): Likewise.
        * math/sqrtq.c (sqrtq): Don't depend on implicit conversion
        between __float128, instead explicitly convert the __float128
        value to long double because the PowerPC does not allow __float128
        and long double in the same expression.

https://gcc.gnu.org/ml/gcc-patches/2017-08/msg00977.html

-- 
Michael Meissner, IBM
IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA
email: meiss...@linux.vnet.ibm.com, phone: +1 (978) 899-4797

Reply via email to