From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12305 invoked by alias); 23 Oct 2014 13:24:43 -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 12295 invoked by uid 89); 23 Oct 2014 13:24:42 -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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f48.google.com Received: from mail-la0-f48.google.com (HELO mail-la0-f48.google.com) (209.85.215.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 23 Oct 2014 13:24:41 +0000 Received: by mail-la0-f48.google.com with SMTP id gi9so826478lab.21 for ; Thu, 23 Oct 2014 06:24:38 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.112.57.227 with SMTP id l3mr5096348lbq.68.1414070677975; Thu, 23 Oct 2014 06:24:37 -0700 (PDT) Received: by 10.152.8.103 with HTTP; Thu, 23 Oct 2014 06:24:37 -0700 (PDT) In-Reply-To: <20141023124204.GA52473@msticlxl57.ims.intel.com> References: <20141020134122.GB12661@msticlxl57.ims.intel.com> <20141023124204.GA52473@msticlxl57.ims.intel.com> Date: Thu, 23 Oct 2014 13:46:00 -0000 Message-ID: Subject: Re: [PATCH i386 AVX512] [81.2/n] Add new built-ins. From: Uros Bizjak To: Kirill Yukhin Cc: Jakub Jelinek , Richard Henderson , GCC Patches Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-10/txt/msg02404.txt.bz2 On Thu, Oct 23, 2014 at 2:50 PM, Kirill Yukhin wr= ote: > Hello Uro=C5=A1, > On 20 Oct 17:41, Kirill Yukhin wrote: >> This patch adds (almost) all built-ins > This is second, target dependent, part of the initial patch. > > ChangeLog is the same as in intial mail - tree* changes. > > Is it ok for trunk? OK. (I was not able to review this huge patch in detail, but the approach is OK and these are fairly mechanical additions). Thanks, Uros.