From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11371 invoked by alias); 13 Jun 2012 15:28:22 -0000 Received: (qmail 11359 invoked by uid 22791); 13 Jun 2012 15:28:21 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_IW,TW_MX X-Spam-Check-By: sourceware.org Received: from mail-pz0-f47.google.com (HELO mail-pz0-f47.google.com) (209.85.210.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jun 2012 15:28:08 +0000 Received: by dalh21 with SMTP id h21so1135803dal.20 for ; Wed, 13 Jun 2012 08:28:07 -0700 (PDT) Received: by 10.68.240.99 with SMTP id vz3mr53966166pbc.60.1339601287780; Wed, 13 Jun 2012 08:28:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.138.233 with HTTP; Wed, 13 Jun 2012 08:27:43 -0700 (PDT) In-Reply-To: <4FD840A2.2000806@redhat.com> References: <1338264799-12374-1-git-send-email-mattst88@gmail.com> <4FD840A2.2000806@redhat.com> From: Matt Turner Date: Wed, 13 Jun 2012 15:31:00 -0000 Message-ID: Subject: Re: [PATCH ARM iWMMXt 0/5] Improve iWMMXt support To: nick clifton Cc: Xinyu Qi , gcc-patches@gcc.gnu.org, Ramana Radhakrishnan , Richard Earnshaw , Paul Brook Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00843.txt.bz2 On Wed, Jun 13, 2012 at 3:26 AM, nick clifton wrote: > 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. =A0Overall they were > fine, with only a few, very minor, formatting issues. =A0I have committed= the > entire series of patches to the mainline. Great! Thank you so much! Thanks to Ramana for the reviews! >> 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. Sounds good. There's also a trivial documentation fix: [PATCH 1/2] doc: Correct __builtin_arm_tinsr prototype documentation and a test to exercise the intrinsics: [PATCH 2/2] arm: add iwMMXt mmx-2.c test Thanks a lot! Matt