From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from albireo.enyo.de (albireo.enyo.de [37.24.231.21]) by sourceware.org (Postfix) with ESMTPS id 5DA7B3858D33 for ; Wed, 22 Apr 2020 16:23:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5DA7B3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=deneb.enyo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=fw@deneb.enyo.de Received: from [172.17.203.2] (helo=deneb.enyo.de) by albireo.enyo.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jRIAC-0004Cl-Pb; Wed, 22 Apr 2020 16:23:52 +0000 Received: from fw by deneb.enyo.de with local (Exim 4.92) (envelope-from ) id 1jRIAC-0007ep-LO; Wed, 22 Apr 2020 18:23:52 +0200 From: Florian Weimer To: Paul E Murphy Cc: "Paul E. Murphy via Libc-alpha" Subject: Re: [PATCH v3 6/6] powerpc64le: Enable support for IEEE long double References: <87v9lrimbr.fsf@mid.deneb.enyo.de> Date: Wed, 22 Apr 2020 18:23:52 +0200 In-Reply-To: (Paul E. Murphy's message of "Wed, 22 Apr 2020 11:20:38 -0500") Message-ID: <87y2qnh4kn.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-21.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 16:23:55 -0000 * Paul E. Murphy: > On 4/22/20 10:15 AM, Florian Weimer wrote: >> * Paul E. Murphy via Libc-alpha: >>=20 >>> diff --git a/NEWS b/NEWS >>> index 07da1545b4..a54c0e0f65 100644 >>> --- a/NEWS >>> +++ b/NEWS >>> @@ -14,6 +14,11 @@ Major new features: >>> * The GNU C Library now loads audit modules listed in the DT_AUDIT and >>> DT_DEPAUDIT dynamic section entries of the main executable. >>>=20=20=20 >>> +* powerpc64le supports IEEE128 long double libm/libc redirects when >>> + using the -mabi=3Dieeelongdouble to compile C code on supported GCC >>> + toolchains. It is recommended to use GCC 8 or newer when testing >>> + this option. >>=20 >> Why do you write =E2=80=9Ctesting this option=E2=80=9D? >>=20 >> To me, this implies that the feature is not ready yet. Is that the >> case? >>=20 > I still consider the IEEE128 ldouble feature experimental on ppc64le.=20 > Thus, why we need to explicitly invoke extra compiler options today.=20 > This is another necessary step towards maturing the feature. The ABI=20 > needs to be stablized to continue gcc enablement, and I think the ABI=20 > piece is ready. Ahh, thanks. I think then the text is fine, and we can revisit the overall presentation of this feature in the NEWS file later, closer to the glibc 2.32 release.