From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10890 invoked by alias); 22 Jul 2014 17:29:46 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 10853 invoked by uid 89); 22 Jul 2014 17:29:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f50.google.com Received: from mail-oi0-f50.google.com (HELO mail-oi0-f50.google.com) (209.85.218.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 22 Jul 2014 17:29:41 +0000 Received: by mail-oi0-f50.google.com with SMTP id a141so4553262oig.37 for ; Tue, 22 Jul 2014 10:29:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.134.76 with SMTP id pi12mr51012027oeb.0.1406050179475; Tue, 22 Jul 2014 10:29:39 -0700 (PDT) Received: by 10.76.153.198 with HTTP; Tue, 22 Jul 2014 10:29:39 -0700 (PDT) In-Reply-To: <20140722144631.GA123013@msticlxl7.ims.intel.com> References: <20140719093017.GA96577@msticlxl7.ims.intel.com> <20140722144631.GA123013@msticlxl7.ims.intel.com> Date: Tue, 22 Jul 2014 17:29:00 -0000 Message-ID: Subject: Re: [PATCH,i386,1/4] Support new AVX512 instructions. From: "H.J. Lu" To: Ilya Tocar Cc: Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00175.txt.bz2 On Tue, Jul 22, 2014 at 7:46 AM, Ilya Tocar wrote: >> Hi, >> >> Newest release of Intel Architecture Instruction Set Extensions >> Programming Reference [1], has 3 new ISA extensions AVX512DQ, >> AVX512BW and AVX512VL. This patch series adds support for them. >> This patch adds support for AVX512VL. >> Ok for trunk? >> >> [1] >> https://software.intel.com/sites/default/files/managed/c6/a9/319433-020.pdf > > I've slightly updated this patch. Now it prefers vpcmpeq[dq] version, > without immediate. Ok for trunk? I checked it into master for you. Thanks. -- H.J.