From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id A4AD63858CDA for ; Sun, 22 Oct 2023 12:24:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A4AD63858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A4AD63858CDA Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697977466; cv=none; b=T7KSydE0/vZaNQSExa9kYkoznJytZM7TOw9nlbE8OmYo7omkezhNLX7l19/e8hZOisglODIMHigTeWL0pj+f3BCg+9eAPloQ0RTAsKRMEvhKKpdQ6jgGuYjKJZSh4/dXOToiG0PTJ+QfDmVfm4g5CroqAd1YsHTWsR+5+gWYPA4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1697977466; c=relaxed/simple; bh=c9haHdNzocKSzBCv6m884r5tC9Z/bqLeiKx8WuW7tP0=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=nw0X29ip2/oSz0fy7G/rdGTf0AQv+ylSNnfjqNoZgRoN370d6lpjv32AZtiWTIkxc2WZfHro5yGOt5aArCgv1N1AhiQw1S1cZKYITwdOSKWNksmdegZ2WPXdNVZYEVqNCcMLmdl1sV10IRWzLfUOgCZz0WQt2krWugqNVgfdTl0= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 4B1B733FF1; Sun, 22 Oct 2023 08:24:25 -0400 (EDT) Received: from naga.localdomain (188-23-4-206.adsl.highway.telekom.at [188.23.4.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id A5F3133FF6; Sun, 22 Oct 2023 08:24:24 -0400 (EDT) Date: Sun, 22 Oct 2023 14:24:23 +0200 (CEST) From: Gerald Pfeifer To: Andrew Stubbs cc: Tobias Burnus , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] wwwdocs: gcc-14: mark amdgcn fiji deprecated In-Reply-To: Message-ID: References: <2f2a1be7-d949-42ff-84c9-faf58fd66c3b@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323328-441480602-1697976597=:24515" X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323328-441480602-1697976597=:24515 Content-Type: text/plain; CHARSET=ISO-8859-15 Content-Transfer-Encoding: 8BIT Hi Andrew, On Fri, 20 Oct 2023, Andrew Stubbs wrote: >> Additionally, I wonder whether "Fiji" should be changed to "Fiji >> (gfx803)" in the first line and whether the  "," should be removed in >> "The ... configuration ... , and no longer includes". > Fair enough, how's this version? (I like the comma, even if it is optional.) it's definitely fine. I do have a recommendation and a question, though feel free to go about them as you prefer. +
  • The default device architecture is now gfx900 (Vega).
  • How about starting with this as the first sub-item, as a "positive", then follow with the deprecation? +
      +
    • + The Fiji (gfx803) device support is now deprecated and will be removed from Could this be "Fiji (gfx803) device support" without the article? Gerald --8323328-441480602-1697976597=:24515--