From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29632 invoked by alias); 13 Jun 2012 07:31:11 -0000 Received: (qmail 29620 invoked by uid 22791); 13 Jun 2012 07:31:10 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_IW,TW_MX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jun 2012 07:30:55 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5D7Um3S023926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 13 Jun 2012 03:30:48 -0400 Received: from [10.36.112.26] (ovpn-112-26.ams2.redhat.com [10.36.112.26]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5D7Uir7019067 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 13 Jun 2012 03:30:46 -0400 Message-ID: <4FD840A2.2000806@redhat.com> Date: Wed, 13 Jun 2012 07:36:00 -0000 From: nick clifton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Matt Turner , Xinyu Qi CC: gcc-patches@gcc.gnu.org, Ramana Radhakrishnan , Richard Earnshaw , Paul Brook Subject: Re: [PATCH ARM iWMMXt 0/5] Improve iWMMXt support References: <1338264799-12374-1-git-send-email-mattst88@gmail.com> In-Reply-To: <1338264799-12374-1-git-send-email-mattst88@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2012-06/txt/msg00789.txt.bz2 Hi Matt, Hi Xinyu, > This series was written by Marvell and sent by Xinyu Qi > a number of times in the last year. Sorry for the long delay in reviewing these patches. Overall they were fine, with only a few, very minor, formatting issues. I have committed the entire series of patches to the mainline. > For 4.7 and 4.6 please consider committing my patch > "[PATCH] arm: Fix iwmmxt shift and logical intrinsics (PR 35294)." > which only fixes the logical and shift intrinsics. I will look at this and post separately about it. Cheers Nick