From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128303 invoked by alias); 12 Dec 2017 22:18:47 -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 128292 invoked by uid 89); 12 Dec 2017 22:18:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=approvals, Hx-languages-length:331 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 22:18:45 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C612D3F731; Tue, 12 Dec 2017 17:18:40 -0500 (EST) Received: from anthias (ip-109-43-0-26.web.vodafone.de [109.43.0.26]) (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 E33203F722; Tue, 12 Dec 2017 17:18:39 -0500 (EST) Date: Tue, 12 Dec 2017 22:18: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: <4E89A029A0F8D443B436A5167BA3C53F8A454316@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> <4E89A029A0F8D443B436A5167BA3C53F8A454316@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/msg00782.txt.bz2 On Tue, 12 Dec 2017, Koval, Julia wrote: > Here is the patch to update these files with my contributions. Ok for > trunk? Nice, thank you. The only change I'd suggest is -march=icelake to mark up the two options. (No need to ask for any further approvals.) Gerald