mbox series

[v2,0/5] Fixes for gcc enabling -mfloat128 by default

Message ID 20170911011654.28743-1-gabriel@inconstante.eti.br
Headers show
Series Fixes for gcc enabling -mfloat128 by default | expand

Message

Gabriel F. T. Gomes Sept. 11, 2017, 1:16 a.m. UTC
Changes since v1 in each individual patch

Gabriel F. T. Gomes (5):
  powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
  powerpc: Add redirection for finitef128, isinf128, and isnanf128
  ldbl-128ibm: Copy implementations from ldbl-128 instead of including
    them
  ldbl-128ibm: Automatic replacing of _Float128 and L()
  Remove conditional on LDBL_MANT_DIG from e_lgammal_r.c

 sysdeps/ieee754/ldbl-128/e_lgammal_r.c             |   6 +-
 sysdeps/ieee754/ldbl-128ibm/e_expl.c               |   4 +-
 sysdeps/ieee754/ldbl-128ibm/e_j0l.c                | 868 +++++++++++++++++-
 sysdeps/ieee754/ldbl-128ibm/e_j1l.c                | 889 +++++++++++++++++-
 sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c          | 996 ++++++++++++++++++++-
 sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c              | 103 ++-
 sysdeps/ieee754/ldbl-128ibm/t_expl.h               | 970 ++++++++++++++++++++
 sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c |   7 +
 sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c  |   7 +
 sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c  |   7 +
 sysdeps/powerpc/powerpc64le/Makefile               |   3 +
 11 files changed, 3834 insertions(+), 26 deletions(-)
 create mode 100644 sysdeps/ieee754/ldbl-128ibm/t_expl.h