From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22581 invoked by alias); 19 Jan 2015 15:16:21 -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 22549 invoked by uid 89); 19 Jan 2015 15:16:19 -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-f171.google.com Received: from mail-vc0-f171.google.com (HELO mail-vc0-f171.google.com) (209.85.220.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 19 Jan 2015 15:16:18 +0000 Received: by mail-vc0-f171.google.com with SMTP id hq11so1132516vcb.2 for ; Mon, 19 Jan 2015 07:16:16 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.52.89.136 with SMTP id bo8mr12370969vdb.23.1421680576214; Mon, 19 Jan 2015 07:16:16 -0800 (PST) Received: by 10.52.130.14 with HTTP; Mon, 19 Jan 2015 07:16:16 -0800 (PST) In-Reply-To: <1421162314-25779-25-git-send-email-christophe.lyon@linaro.org> References: <1421162314-25779-1-git-send-email-christophe.lyon@linaro.org> <1421162314-25779-25-git-send-email-christophe.lyon@linaro.org> Date: Mon, 19 Jan 2015 15:23:00 -0000 Message-ID: Subject: Re: [[ARM/AArch64][testsuite] 24/36] Add vmul_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/msg01682.txt.bz2 On 13 January 2015 at 15:18, Christophe Lyon wrote: > * gcc.target/aarch64/advsimd-intrinsics/vmul_n.c: New file. OK /Marcus