From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10736 invoked by alias); 14 Jan 2015 15:09:20 -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 10719 invoked by uid 89); 14 Jan 2015 15:09:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Jan 2015 15:09:18 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1YBPZK-0006cr-26 from Andrew_Stubbs@mentor.com ; Wed, 14 Jan 2015 07:09:14 -0800 Received: from [172.30.88.197] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.224.2; Wed, 14 Jan 2015 15:09:12 +0000 Message-ID: <54B68695.6000100@codesourcery.com> Date: Wed, 14 Jan 2015 15:25:00 -0000 From: Andrew Stubbs User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Ramana Radhakrishnan , Kyrylo Tkachov CC: James Greenhalgh , Richard Earnshaw , "gcc-patches@gcc.gnu.org" Subject: Re: [arm][patch] fix arm_neon_ok check on !arm_arch7 References: <5414B99D.3020202@codesourcery.com> <5416B580.9070208@arm.com> <5416C5C3.8070603@codesourcery.com> <20140923082716.GA28745@arm.com> <547DC637.5060906@arm.com> <547F2646.7020308@mentor.com> <54999C6B.9040400@codesourcery.com> <54B3C935.4020507@gmail.com> <54B3D120.8020904@arm.com> <54B587C5.6060100@codesourcery.com> <54B626F1.4030102@arm.com> In-Reply-To: <54B626F1.4030102@arm.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-01/txt/msg01075.txt.bz2 On 14/01/15 08:21, Ramana Radhakrishnan wrote: > Ok, that should be enough. Please watch out for any testing fallout this > week. Committed, thanks. Andrew