From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36721 invoked by alias); 22 Jan 2019 10:57:33 -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 36153 invoked by uid 89); 22 Jan 2019 10:57:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 22 Jan 2019 10:57:31 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-01.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1gltkA-0005bT-Cr from Andrew_Stubbs@mentor.com ; Tue, 22 Jan 2019 02:57:22 -0800 Received: from [127.0.0.1] (137.202.0.90) by svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 22 Jan 2019 10:57:18 +0000 Subject: Re: [patch] Document AMD GCN features. To: Jeff Law , "gcc-patches@gcc.gnu.org" References: <048fcb30-4c20-6290-64f4-93903df43601@codesourcery.com> From: Andrew Stubbs Message-ID: <113f1f86-1c48-0d64-f6f6-b24ec1e17773@codesourcery.com> Date: Tue, 22 Jan 2019 10:57:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-01/txt/msg01275.txt.bz2 On 21/01/2019 18:03, Jeff Law wrote: >> 2019-01-18 Andrew Stubbs >> >> gcc/ >> * doc/extend.tex (AMD GCN Function Attributes): New section. >> * doc/install.texi (amdgcn-unknown-amdhsa): New instructions. >> * doc/invoke.texi (AMD GCN Options): New section. >> * doc/md.texi (Constraints for Particular Machines): Add AMD GCN. > OK Committed, thanks. Andrew