From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81169 invoked by alias); 12 Dec 2017 10:34:29 -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 81159 invoked by uid 89); 12 Dec 2017 10:34: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; Tue, 12 Dec 2017 10:34:26 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 4DA243F731; Tue, 12 Dec 2017 05:34:23 -0500 (EST) Received: from anthias (unknown [46.183.103.8]) (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 70D9F3F722; Tue, 12 Dec 2017 05:34:22 -0500 (EST) Date: Tue, 12 Dec 2017 10:34:00 -0000 From: Gerald Pfeifer To: "Koval, Julia" cc: Kirill Yukhin , gcc-patches@gcc.gnu.org Subject: RE: [PATCH][i386,AVX] Enable VBMI2 support [5/7] In-Reply-To: <4E89A029A0F8D443B436A5167BA3C53F8A452E4C@IRSMSX151.ger.corp.intel.com> Message-ID: References: <4E89A029A0F8D443B436A5167BA3C53F42AC3DCB@IRSMSX101.ger.corp.intel.com> <4E89A029A0F8D443B436A5167BA3C53F42AD9E73@IRSMSX101.ger.corp.intel.com> <4E89A029A0F8D443B436A5167BA3C53F8A452E4C@IRSMSX151.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00721.txt.bz2 On Tue, 12 Dec 2017, Koval, Julia wrote: > Looks good. How to put it there(sorry, noob question)? Does https://gcc.gnu.org/about.html help? If not, let me know and I'll work with you (and update those docs on the way). Of course, even if things work for you, any suggestions on how to improve this little page are very welcome. :) Gerald