From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9949 invoked by alias); 3 Dec 2017 17:51:30 -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 9935 invoked by uid 89); 3 Dec 2017 17:51:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 03 Dec 2017 17:51:28 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id BB0FD3F6C2; Sun, 3 Dec 2017 12:51:26 -0500 (EST) Received: from [172.20.10.60] (unknown [12.235.85.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 5CA2B3F6C1; Sun, 3 Dec 2017 12:51:26 -0500 (EST) Date: Sun, 03 Dec 2017 17:51:00 -0000 From: Gerald Pfeifer To: "Koval, Julia" , Kirill Yukhin cc: GCC Patches Subject: Re: [PATCH][i386,AVX] Enable VBMI2 support [5/7] In-Reply-To: <4E89A029A0F8D443B436A5167BA3C53F42AC3DCB@IRSMSX101.ger.corp.intel.com> Message-ID: References: <4E89A029A0F8D443B436A5167BA3C53F42AC3DCB@IRSMSX101.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00108.txt.bz2 Hi Julia, hi Kirill, On Tue, 24 Oct 2017, Koval, Julia wrote: > This patch enables VPSHRD instruction. packing a "random" of your contributions. Can you please also think how to best document this in http://gcc.gnu.org/gcc-8/changes.html ? Let me know if you need any help with the web side of things (beyond the brief notes in https://gcc.gnu.org/about.html )! Gerald