From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9700 invoked by alias); 7 Jan 2013 14:55:14 -0000 Received: (qmail 9690 invoked by uid 22791); 7 Jan 2013 14:55:14 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Jan 2013 14:55:09 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 07 Jan 2013 14:55:07 +0000 Received: from [10.1.72.50] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 7 Jan 2013 14:55:04 +0000 Message-ID: <50EAE1C8.2090200@arm.com> Date: Mon, 07 Jan 2013 14:55:00 -0000 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: James Greenhalgh CC: "gcc-patches@gcc.gnu.org" Subject: Re: [AArch64] Make argument of ld1 intrinsics const. References: <1357556080-29402-1-git-send-email-james.greenhalgh@arm.com> In-Reply-To: <1357556080-29402-1-git-send-email-james.greenhalgh@arm.com> X-MC-Unique: 113010714550705801 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2013-01/txt/msg00311.txt.bz2 On 07/01/13 10:54, James Greenhalgh wrote: > > Hi, > > This patch fixes the definitions of the vld1* intrinsics > to take a const-qualified argument. > > I've tested this on aarch64-none-elf with no regressions. > > Is this OK to commit? > > Thanks, > James Greenhalgh > > --- > 2013-01-07 James Greenhalgh > > * config/aarch64/arm_neon.h (vld1_dup_*): Make argument const. > (vld1q_dup_*): Likewise. > (vld1_*): Likewise. > (vld1q_*): Likewise. > (vld1_lane_*): Likewise. > (vld1q_lane_*): Likewise. > OK