From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114083 invoked by alias); 28 Nov 2017 18:01:32 -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 114074 invoked by uid 89); 28 Nov 2017 18:01:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Nov 2017 18:01:30 +0000 Received: by mail-wm0-f44.google.com with SMTP id t8so1262628wmc.3 for ; Tue, 28 Nov 2017 10:01:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=lhd1ZWI7FfvGESKqNWLicQWkIictb59eHNQa03WQRls=; b=nMQmYNiBkp1CnfXEGm0QvkCMidbbaHApMGYfA2RcFDq1RdhnRpH1ylhiJ/64y4Q4lu HuTynbV/C8qSYEc9fvjT0KQQRKOW94GuVuQLFnoVoxmXPzh2f51IphKu2H5unBEt8dzF GvOyOo+NeRp2aHq808Pb8Tuj3Waz3RD1UIadjSsw0SVTdjanoiCXao0VYAwCyi2m/18X F08fRAIpqsP2HloDTBI2srj5AEV0SsSmfLt2BUt5jHOysnHfkSOVrPIqFYGOXFR+ac3i ndMPrRBA/bQErBRzK0LxH31p0OHZ6UXs94WPdbJ4PplLY1yAymTOcZOQr0vhQ9Ht5BMc A+9A== X-Gm-Message-State: AJaThX6ifXuXhuI18Va5qJbC0isDdqZWEJ0eUZMZF2Qngm7ZIREH61WR 7owhI0z6vuMkiT91Yicxmq4= X-Google-Smtp-Source: AGs4zMYBeAFLkdKf3BcGG4Ix86kW0AIf7UympDhswiBWoothY+nFTKiKqUo3J3Hk0c6V1lev/VsHEQ== X-Received: by 10.80.212.196 with SMTP id e4mr3689529edj.97.1511892088334; Tue, 28 Nov 2017 10:01:28 -0800 (PST) Received: from titus (95-26-13-8.broadband.corbina.ru. [95.26.13.8]) by smtp.gmail.com with ESMTPSA id y9sm27078edh.73.2017.11.28.10.01.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Nov 2017 10:01:27 -0800 (PST) Date: Tue, 28 Nov 2017 18:09:00 -0000 From: Kirill Yukhin To: "Koval, Julia" Cc: GCC Patches Subject: Re: [PATCH][i386,AVX] Enable VBMI2 support [5/7] Message-ID: <20171128180119.GB2033@titus> References: <4E89A029A0F8D443B436A5167BA3C53F42AC3DDC@IRSMSX101.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4E89A029A0F8D443B436A5167BA3C53F42AC3DDC@IRSMSX101.ger.corp.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg02450.txt.bz2 Hello Julia, On 24 Oct 10:05, Koval, Julia wrote: > Attached the patch > > > -----Original Message----- > > From: Koval, Julia > > Sent: Tuesday, October 24, 2017 12:01 PM > > To: GCC Patches > > Cc: Kirill Yukhin > > Subject: [PATCH][i386,AVX] Enable VBMI2 support [5/7] > > > > Hi, > > This patch enables VPSHRD instruction. The doc for isaset and instruction: > > https://software.intel.com/sites/default/files/managed/c5/15/architecture- > > instruction-set-extensions-programming-reference.pdf > > > > Ok for trunk? Your patch is OK for trunk. I've checked it in. -- Thanks, K