From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110710 invoked by alias); 7 Oct 2015 09:24:04 -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 109249 invoked by uid 89); 7 Oct 2015 09:24:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 07 Oct 2015 09:24:01 +0000 Received: by qkbi190 with SMTP id i190so3180869qkb.1 for ; Wed, 07 Oct 2015 02:23:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Dr6d8bSMp0r7dBjzz2q15EUuFkqZkQdPGfGvMyUym3Q=; b=dhlBetOb2uRElWdPRpAL6/BG1Bium2p/s6BkItHHkEhhyk5B36piiAwdgHe1SKsB8U 4EoCQMr1YENnSB/MaZtyTQPZPc12o7pSpfVjSxn/mbRNi+d0WV+oWcAihdwf3+BcJw8X ae74TQc+KCjIuKfhhUNAUa4kpE/pJnekJaqRiCFO7ohoHbuZvPFizbMNtIUU6E/v1Trl /CmsGYvZy7/HSmVLB8AhElYJu0nw7r0t/1WcZlNuhYPfnUc5droLONUSwtbOaDxOyrN7 ygWT5wEEXfQbhZG+fbk4Z+wEzqwAYRMVxDPWyMEClRjfWEwKkfHdjRZlz7KYqZx1nDH4 4B+g== X-Gm-Message-State: ALoCoQk/OCg4uFJVKPvXBZatllDw2T2AP3olvQUEiEIt1hpffKAykPBq5qsejOiROZLd1XUmQBpK MIME-Version: 1.0 X-Received: by 10.55.42.73 with SMTP id q70mr9112230qkh.22.1444209839359; Wed, 07 Oct 2015 02:23:59 -0700 (PDT) Received: by 10.140.44.10 with HTTP; Wed, 7 Oct 2015 02:23:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 07 Oct 2015 09:24:00 -0000 Message-ID: Subject: Re: [AArch64_be] Fix vtbl[34] and vtbx4 From: Christophe Lyon To: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00686.txt.bz2 Ping? https://gcc.gnu.org/ml/gcc-patches/2015-09/msg01096.html On 29 September 2015 at 22:57, Christophe Lyon wrote: > Ping? > > > On 15 September 2015 at 18:25, Christophe Lyon > wrote: >> This patch re-implements vtbl[34] and vtbx4 AdvSIMD intrinsics using >> existing builtins, and fixes the behaviour on aarch64_be. >> >> Tested on aarch64_be-none-elf and aarch64-none-elf using the Foundation Model. >> >> OK? >> >> Christophe.