From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16506 invoked by alias); 24 Feb 2014 16:30:50 -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 16491 invoked by uid 89); 24 Feb 2014 16:30:49 -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-oa0-f54.google.com Received: from mail-oa0-f54.google.com (HELO mail-oa0-f54.google.com) (209.85.219.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 24 Feb 2014 16:30:45 +0000 Received: by mail-oa0-f54.google.com with SMTP id m1so1487906oag.41 for ; Mon, 24 Feb 2014 08:30:43 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.102.243 with SMTP id fr19mr22231912oeb.13.1393259443177; Mon, 24 Feb 2014 08:30:43 -0800 (PST) Received: by 10.76.174.72 with HTTP; Mon, 24 Feb 2014 08:30:43 -0800 (PST) In-Reply-To: <20140224132223.GA39232@msticlxl7.ims.intel.com> References: <20140220151936.GA1312@msticlxl7.ims.intel.com> <20140224132223.GA39232@msticlxl7.ims.intel.com> Date: Mon, 24 Feb 2014 16:30:00 -0000 Message-ID: Subject: Re: [PATCH, i386][3/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-02/txt/msg00138.txt.bz2 On Mon, Feb 24, 2014 at 5:22 AM, Ilya Tocar wrote: > Hi, > > Currently support version of vctps2ph with sae and only 1 register ^^^^^^^^^^^^^^ Please fix commit log. It should be vcvtps2ph. > operand. This version is encoded as if missing operand was equal to > ymm0. I didn't found any references to this variant in > http://download-software.intel.com/sites/default/files/managed/50/1a/319433-018.pdf > Attached patch removes it. Testing passes. Ok for trunk? vcvtps2ph supports memory destination. Please add AVX512F testcases with memory destination. -- H.J.