From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id C5E503858401; Fri, 15 Oct 2021 22:25:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C5E503858401 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 19FMOO1O006689; Fri, 15 Oct 2021 17:24:24 -0500 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 19FMONWA006688; Fri, 15 Oct 2021 17:24:23 -0500 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Fri, 15 Oct 2021 17:24:23 -0500 From: Segher Boessenkool To: Jakub Jelinek Cc: Bill Schmidt , fortran@gcc.gnu.org, gcc@gcc.gnu.org, Tobias Burnus , Michael Meissner , tkoenig@netcologne.de Subject: Re: libgfortran.so SONAME and powerpc64le-linux ABI changes Message-ID: <20211015222423.GK614@gate.crashing.org> References: <20211004100754.GL304296@tucnak> <20211015142049.GD304296@tucnak> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211015142049.GD304296@tucnak> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 22:25:30 -0000 On Fri, Oct 15, 2021 at 04:20:49PM +0200, Jakub Jelinek wrote: > If we do implement double-double support, I think KIND=15 would be better > than KIND=17, it is true that double-double has for certain numbers much > higher precision than IEEE quad, but the precision depends on the numbers > and most of the time is smaller, the range is always smaller. And > the PRECISION/RANGE intrinsic numbers are also both smaller. Yes. We want KIND=16 to mean the IEEE QP format whenever we can, right? And another 16-byte format would more logically be kind=17 then, considering we want to have two 2-byte kinds at least, one of them IEEE as well. Other practical considerations might well supersede elegance of course. Segher