From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10598 invoked by alias); 16 Sep 2013 08:57:58 -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 10585 invoked by uid 89); 16 Sep 2013 08:57:58 -0000 Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Sep 2013 08:57:58 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 16 Sep 2013 09:57:55 +0100 Received: from [10.1.207.140] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 16 Sep 2013 09:57:55 +0100 Message-ID: <5236C812.9080602@arm.com> Date: Mon, 16 Sep 2013 09:06:00 -0000 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: James Greenhalgh CC: "gcc-patches@gcc.gnu.org" Subject: Re: [AArch64] Fix parameters to vcvtx_high References: <1378479968-10761-1-git-send-email-james.greenhalgh@arm.com> In-Reply-To: <1378479968-10761-1-git-send-email-james.greenhalgh@arm.com> X-MC-Unique: 113091609575506001 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg01145.txt.bz2 On 06/09/13 16:06, James Greenhalgh wrote: > gcc/ > > 2013-09-06 James Greenhalgh > > * config/aarch64/arm_neon.h > (vcvtx_high_f32_f64): Fix parameters. > OK /Marcus