From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17123 invoked by alias); 21 Sep 2017 21:31:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 17104 invoked by uid 89); 21 Sep 2017 21:31:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*F:D*br X-Spam-User: qpsmtpd, 2 recipients X-HELO: mo20.mail-out.ovh.net Date: Thu, 21 Sep 2017 21:31:00 -0000 From: "Gabriel F. T. Gomes" To: , Subject: Re: [PATCH v3 0/5] Fixes for gcc enabling -mfloat128 by default Message-ID: <20170921183123.48a82e7c@keller.br.ibm.com> In-Reply-To: <20170912123435.6592-1-gabriel@inconstante.eti.br> References: <20170912123435.6592-1-gabriel@inconstante.eti.br> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-ClientProxiedBy: EX1.emp.local (172.16.2.1) To EX1.emp.local (172.16.2.1) X-Ovh-Tracer-Id: 3438216844031610563 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeelledrieefgddtjecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecu X-SW-Source: 2017-09/txt/msg00833.txt.bz2 Thanks for all the reviews in this patch set. I just pushed them. I need to backport these patches to ibm/2.26/master. Usually, I backport the patches to release/2.26/master first, then merge into ibm/2.26/master. Is it fine to backport the patches to release/2.26/master, this time? Even if they do not fix bugs in bugzilla? I believe it could benefit other distros. On 12 Sep 2017, Gabriel F. T. Gomes wrote: >Changes since v2 in each individual patch >(Only patch 3 has changed) > >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 | 867 +++++++++++++++++- > sysdeps/ieee754/ldbl-128ibm/e_j1l.c | 888 +++++++++++++++++- > sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c | 995 ++++++++++++++++++++- > sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c | 104 ++- > 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, 3832 insertions(+), 26 deletions(-) > create mode 100644 sysdeps/ieee754/ldbl-128ibm/t_expl.h >