From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50950 invoked by alias); 26 Oct 2017 00:11:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 50554 invoked by uid 89); 26 Oct 2017 00:11:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_MANYTO,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Oct 2017 00:11:30 +0000 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v9Q056rc140726 for ; Wed, 25 Oct 2017 20:11:24 -0400 Received: from e15.ny.us.ibm.com (e15.ny.us.ibm.com [129.33.205.205]) by mx0b-001b2d01.pphosted.com with ESMTP id 2du2jhvyn3-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 25 Oct 2017 20:11:23 -0400 Received: from localhost by e15.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 25 Oct 2017 20:11:22 -0400 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e15.ny.us.ibm.com (146.89.104.202) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 25 Oct 2017 20:11:19 -0400 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v9Q0BJHq53346550; Thu, 26 Oct 2017 00:11:19 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id CF68FAE043; Wed, 25 Oct 2017 20:12:02 -0400 (EDT) Received: from ibm-tiger.the-meissners.org (unknown [9.32.77.111]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP id B4395AE051; Wed, 25 Oct 2017 20:12:02 -0400 (EDT) Received: by ibm-tiger.the-meissners.org (Postfix, from userid 500) id 866DE484BC; Wed, 25 Oct 2017 20:11:18 -0400 (EDT) Date: Thu, 26 Oct 2017 00:17:00 -0000 From: Michael Meissner To: Michael Meissner , Joseph Myers , GCC Patches , Segher Boessenkool , David Edelsohn , Bill Schmidt Subject: Re: [PATCH, version 5a], Add support for _Float and _FloatX sqrt, fma, fmin, fmax built-in functions Mail-Followup-To: Michael Meissner , Joseph Myers , GCC Patches , Segher Boessenkool , David Edelsohn , Bill Schmidt References: <20171024221900.GA24351@ibm-tiger.the-meissners.org> <20171025191243.GA1434@ibm-tiger.the-meissners.org> <20171025202736.GA18058@ibm-tiger.the-meissners.org> <20171025224724.GA25269@ibm-tiger.the-meissners.org> <20171025235709.GA8932@ibm-tiger.the-meissners.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171025235709.GA8932@ibm-tiger.the-meissners.org> User-Agent: Mutt/1.5.20 (2009-12-10) X-TM-AS-GCONF: 00 x-cbid: 17102600-0036-0000-0000-000002815BF8 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00007950; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000239; SDB=6.00936475; UDB=6.00471909; IPR=6.00716740; BA=6.00005660; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00017716; XFM=3.00000015; UTC=2017-10-26 00:11:20 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17102600-0037-0000-0000-000042309DFB Message-Id: <20171026001118.GA11364@ibm-tiger.the-meissners.org> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-10-25_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1707230000 definitions=main-1710260000 X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg01876.txt.bz2 On Wed, Oct 25, 2017 at 07:57:09PM -0400, Michael Meissner wrote: > On Wed, Oct 25, 2017 at 11:41:24PM +0000, Joseph Myers wrote: > > My only comment on this version is that the documentation in cpp.texi of > > __FP_FAST_* should be updated to mention __FP_FAST_FMAF@var{n} and > > __FP_FAST_FMAF@var{n}X. > > Here is the documentation to be added to the previoius patch. With this > change, can I check it into the trunk (once Segher approves of the minor bit to > take out the PowerPC __builtin_{sqrtf128,fmaf128} builtins. > > 2017-10-25 Michael Meissner > > * doc/cpp.texi (Common Predefined Macros): Document defining > __FP_FAST_FMAF and __FP_FAST_FMAFX if the back supports fma > _Float and _FloatX variants. Sigh, it is the end of the day for me. The ChangeLog should be: 2017-10-25 Michael Meissner * doc/cpp.texi (Common Predefined Macros): Document defining __FP_FAST_FMAF and __FP_FAST_FMAFX if the backend supports fma _Float and _FloatX variants. -- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meissner@linux.vnet.ibm.com, phone: +1 (978) 899-4797