From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6246 invoked by alias); 24 Nov 2015 18:55:53 -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 6232 invoked by uid 89); 24 Nov 2015 18:55:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,KAM_MANYTO autolearn=no version=3.3.2 X-HELO: e38.co.us.ibm.com Received: from e38.co.us.ibm.com (HELO e38.co.us.ibm.com) (32.97.110.159) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 24 Nov 2015 18:55:52 +0000 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Nov 2015 11:55:50 -0700 Received: from d03dlp02.boulder.ibm.com (9.17.202.178) by e38.co.us.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 24 Nov 2015 11:55:33 -0700 X-IBM-Helo: d03dlp02.boulder.ibm.com X-IBM-MailFrom: meissner@ibm-tiger.the-meissners.org X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b03cxnp07029.gho.boulder.ibm.com (b03cxnp07029.gho.boulder.ibm.com [9.17.130.16]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 9886E3E4004C for ; Tue, 24 Nov 2015 11:55:32 -0700 (MST) Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by b03cxnp07029.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id tAOItWqK26345510 for ; Tue, 24 Nov 2015 11:55:32 -0700 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id tAOItWhl029183 for ; Tue, 24 Nov 2015 11:55:32 -0700 Received: from ibm-tiger.the-meissners.org (dhcp-9-32-77-111.usma.ibm.com [9.32.77.111]) by d03av04.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id tAOItVTw029150; Tue, 24 Nov 2015 11:55:32 -0700 Received: by ibm-tiger.the-meissners.org (Postfix, from userid 500) id C219145F62; Tue, 24 Nov 2015 13:55:30 -0500 (EST) Date: Tue, 24 Nov 2015 19:00:00 -0000 From: Michael Meissner To: Michael Meissner , David Edelsohn , Richard Biener , Segher Boessenkool , "William J. Schmidt" , GCC Patches Subject: Re: [PATCH] lround for PowerPC Message-ID: <20151124185530.GB8088@ibm-tiger.the-meissners.org> Mail-Followup-To: Michael Meissner , David Edelsohn , Richard Biener , Segher Boessenkool , "William J. Schmidt" , GCC Patches References: <20151123215623.GA21427@ibm-tiger.the-meissners.org> <20151124185013.GA8088@ibm-tiger.the-meissners.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151124185013.GA8088@ibm-tiger.the-meissners.org> User-Agent: Mutt/1.5.20 (2009-12-10) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15112418-0029-0000-0000-00000E5D3048 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02946.txt.bz2 Whoops, I forgot to update the ChangeLog after reversing Fv and Fv2. 2015-11-24 David Edelsohn Michael Meissner * config/rs6000/rs6000.md (UNSPEC_XSRDPI): New unspec. (Fv2): New mode attribute to be used when ISA 2.07 instructions are used on SF values, and ISA 2.06 instructions on DF values. (add3_fpr): Use instead of . (sub3_fpr): Use instead of . (mul3_fpr): Use instead of . (div3_fpr): Use instead of . (sqrt2): Use instead of . (fre): Use instead of . (rsqrt2): Use instead of . (cmp_fpr): Use instead of . (xsrdpi): Add support for the lround function. (lrounddi2): Likewise. (fma4_fpr): Use instead of . (fms4_fpr): Use instead of . (nfma4_fpr): Use instead of . (nfms4_fpr): Use instead of . -- 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