From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25802 invoked by alias); 26 Jun 2012 15:01:39 -0000 Received: (qmail 25791 invoked by uid 22791); 26 Jun 2012 15:01:37 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,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; Tue, 26 Jun 2012 15:01:24 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5QF1FRT015818 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Jun 2012 11:01:16 -0400 Received: from [10.36.7.128] (vpn1-7-128.ams2.redhat.com [10.36.7.128]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q5QF1B7t025998 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Jun 2012 11:01:13 -0400 Message-ID: <4FE9CDA6.7070307@redhat.com> Date: Tue, 26 Jun 2012 15:20:00 -0000 From: nick clifton User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Matt Turner CC: Xinyu Qi , 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> <4FD840A2.2000806@redhat.com> In-Reply-To: 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/msg01693.txt.bz2 Hi Matt, > 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 These have both been checked in. It turns out that both needed minor updates as some of the builtins have changed since these patches were written. I have taken care of this however. Cheers Nick