From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17352 invoked by alias); 21 Jan 2014 19:01:11 -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 17269 invoked by uid 89); 21 Jan 2014 19:01:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: cam-smtp0.cambridge.arm.com Received: from fw-tnat.cambridge.arm.com (HELO cam-smtp0.cambridge.arm.com) (217.140.96.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 21 Jan 2014 19:01:10 +0000 Received: from [10.1.207.145] (e104458-lin.cambridge.arm.com [10.1.207.145]) by cam-smtp0.cambridge.arm.com (8.13.8/8.13.8) with ESMTP id s0LJ16OO009880; Tue, 21 Jan 2014 19:01:06 GMT Message-ID: <52DEC3F2.1090706@arm.com> Date: Tue, 21 Jan 2014 19:01:00 -0000 From: Alex Velenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130804 Thunderbird/17.0.8 MIME-Version: 1.0 To: Marcus Shawcroft CC: "gcc-patches@gcc.gnu.org" , Marcus Shawcroft Subject: Re: [PATCH AArch64_BE 4/4] Big-Endian lane numbering fix References: <52D7C802.9050901@arm.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg01358.txt.bz2 Hi, Can someone, please, commit this patch as I do not have privileges to do so. Kind regards, Alex Velenko On 21/01/14 13:34, Marcus Shawcroft wrote: > 2014/1/16 Alex Velenko : >> Hi, >> In previous BE patches the way lane indexing in lanes is calculated has >> been changed. To accommodate the change, arm neon intrinsics had to be >> updated. >> >> Is it okay? > > OK /Marcus >