From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1687 invoked by alias); 20 Mar 2014 17:29:43 -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 1676 invoked by uid 89); 20 Mar 2014 17:29: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-ob0-f171.google.com Received: from mail-ob0-f171.google.com (HELO mail-ob0-f171.google.com) (209.85.214.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 20 Mar 2014 17:29:40 +0000 Received: by mail-ob0-f171.google.com with SMTP id wn1so1257462obc.2 for ; Thu, 20 Mar 2014 10:29:39 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.162.7 with SMTP id xw7mr38865979oeb.13.1395336579217; Thu, 20 Mar 2014 10:29:39 -0700 (PDT) Received: by 10.76.151.198 with HTTP; Thu, 20 Mar 2014 10:29:39 -0700 (PDT) In-Reply-To: References: <20140220151936.GA1312@msticlxl7.ims.intel.com> <20140221133056.GA16947@msticlxl7.ims.intel.com> Date: Thu, 20 Mar 2014 17:29:00 -0000 Message-ID: Subject: Re: [PATCH, i386][2/3] Update to match latest AVX512 spec. From: "H.J. Lu" To: Ilya Tocar Cc: Binutils Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00232.txt.bz2 On Fri, Feb 21, 2014 at 8:07 AM, H.J. Lu wrote: > On Fri, Feb 21, 2014 at 5:30 AM, Ilya Tocar wrote: >> This second part of changes from >> https://sourceware.org/ml/binutils/2014-02/msg00114.html >> >> Latest AVX512 spec[1] added CPUID PREFETCHWT1 for prefetchwt1. >> This patch adds support for CPUID PREFETCHWT1. Testing passes. >> Ok for trunk? >> >> [1] http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf >>> git am --whitespace=fix >>> new blank line at EOF. >>> Please double check it next time. >> >> Thanks for an advice. >> I've run git am --whitespace=fix and didn't find any problems. > > I checked it in for you with one change. I changed > > * gas/i386/prefetchwt1-intel.d: Add prefetchwt1. > > to > > * gas/i386/prefetchwt1-intel.d: New file. > I backported it to binutils-2_24-branch. -- H.J.