From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28900 invoked by alias); 19 Jan 2015 15:23:32 -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 28885 invoked by uid 89); 19 Jan 2015 15:23:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f170.google.com Received: from mail-vc0-f170.google.com (HELO mail-vc0-f170.google.com) (209.85.220.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 19 Jan 2015 15:23:29 +0000 Received: by mail-vc0-f170.google.com with SMTP id kv7so1151441vcb.1 for ; Mon, 19 Jan 2015 07:23:27 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.52.85.132 with SMTP id h4mr12385716vdz.40.1421681007677; Mon, 19 Jan 2015 07:23:27 -0800 (PST) Received: by 10.52.130.14 with HTTP; Mon, 19 Jan 2015 07:23:27 -0800 (PST) In-Reply-To: <1421162314-25779-28-git-send-email-christophe.lyon@linaro.org> References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-28-git-send-email-christophe.lyon@linaro.org> Date: Mon, 19 Jan 2015 15:35:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 27/36] Add vmull_n tests. From: Marcus Shawcroft To: Christophe Lyon Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01685.txt.bz2 On 13 January 2015 at 15:18, Christophe Lyon wrote: > * gcc.target/aarch64/advsimd-intrinsics/vmull_n.c: New file. OK /Marcus