From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17296 invoked by alias); 26 Jan 2015 14:03:47 -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 17264 invoked by uid 89); 26 Jan 2015 14:03:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f177.google.com Received: from mail-vc0-f177.google.com (HELO mail-vc0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 26 Jan 2015 14:03:43 +0000 Received: by mail-vc0-f177.google.com with SMTP id hy4so2685957vcb.8 for ; Mon, 26 Jan 2015 06:03:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.52.171.81 with SMTP id as17mr9080167vdc.83.1422281021830; Mon, 26 Jan 2015 06:03:41 -0800 (PST) Received: by 10.52.130.14 with HTTP; Mon, 26 Jan 2015 06:03:41 -0800 (PST) In-Reply-To: References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-31-git-send-email-christophe.lyon@linaro.org> <54B9597D.9060409@arm.com> Date: Mon, 26 Jan 2015 14:47:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 30/36] Add vpaddl tests. From: Marcus Shawcroft To: Christophe Lyon Cc: Tejas Belagod , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg02276.txt.bz2 On 20 January 2015 at 15:35, Christophe Lyon wrote: >> Hmm changed my mind: vpaddl takes only one vector as input, although >> it does add 2 vector elements. >> > Here is an updated version, removing poly, float and int8 variants. OK /Marcus