mirror of git://gcc.gnu.org/git/gcc.git
2017-09-01 Michael Meissner <meissner@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. * quadmath.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. From-SVN: r251613 |
||
|---|---|---|
| .. | ||
| acoshq.c | ||
| acosq.c | ||
| asinhq.c | ||
| asinq.c | ||
| atan2q.c | ||
| atanhq.c | ||
| atanq.c | ||
| cacoshq.c | ||
| cacosq.c | ||
| casinhq.c | ||
| casinq.c | ||
| catanhq.c | ||
| catanq.c | ||
| cbrtq.c | ||
| ccoshq.c | ||
| ceilq.c | ||
| cexpq.c | ||
| cimagq.c | ||
| clog10q.c | ||
| clogq.c | ||
| complex.c | ||
| conjq.c | ||
| copysignq.c | ||
| coshq.c | ||
| cosq.c | ||
| cosq_kernel.c | ||
| cprojq.c | ||
| crealq.c | ||
| csinhq.c | ||
| csinq.c | ||
| csqrtq.c | ||
| ctanhq.c | ||
| ctanq.c | ||
| erfq.c | ||
| expm1q.c | ||
| expq.c | ||
| fabsq.c | ||
| fdimq.c | ||
| finiteq.c | ||
| floorq.c | ||
| fmaq.c | ||
| fmaxq.c | ||
| fminq.c | ||
| fmodq.c | ||
| frexpq.c | ||
| hypotq.c | ||
| ilogbq.c | ||
| isinf_nsq.c | ||
| isinfq.c | ||
| isnanq.c | ||
| j0q.c | ||
| j1q.c | ||
| jnq.c | ||
| ldexpq.c | ||
| lgammaq.c | ||
| llrintq.c | ||
| llroundq.c | ||
| log1pq.c | ||
| log2q.c | ||
| log10q.c | ||
| logbq.c | ||
| logq.c | ||
| lrintq.c | ||
| lroundq.c | ||
| modfq.c | ||
| nanq.c | ||
| nearbyintq.c | ||
| nextafterq.c | ||
| powq.c | ||
| rem_pio2q.c | ||
| remainderq.c | ||
| remquoq.c | ||
| rintq.c | ||
| roundq.c | ||
| scalblnq.c | ||
| scalbnq.c | ||
| signbitq.c | ||
| sincos_table.c | ||
| sincosq.c | ||
| sincosq_kernel.c | ||
| sinhq.c | ||
| sinq.c | ||
| sinq_kernel.c | ||
| sqrtq.c | ||
| tanhq.c | ||
| tanq.c | ||
| tgammaq.c | ||
| truncq.c | ||
| x2y2m1q.c | ||