From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1923) id 2555E3858D33; Wed, 15 Mar 2023 09:09:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2555E3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678871349; bh=hsZUUppCbjEsSWhmNgNpXS/l82sUt+lejemFSm/dvHU=; h=To:Subject:Date:From:From; b=b0DdUUP2QHKk8SzWq/Hx2nR36eCgh8Xq61xfDa7LMsxk2kyggaew5ORnPO8P10vZB x8or0tnuu13ksMZrrTLw5C7OWvSEzqdgCXNj4gwClS3YsoowCdzm4yCcwgOPAGyD0M T6I9bQk28VfwpMCJwKbSZVGuSlDixrG+woBbSMx4= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2b40df15e0bdac2bfa38ed9f881c16c801044e45 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8d814b957e6d29320b46d37116274f0b493d3793 X-Git-Newrev: 2b40df15e0bdac2bfa38ed9f881c16c801044e45 Message-Id: <20230315090909.2555E3858D33@sourceware.org> Date: Wed, 15 Mar 2023 09:09:09 +0000 (GMT) From: Philipp Tomsich List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 2b40df15e0bdac2bfa38ed9f881c16c801044e45 (commit) from 8d814b957e6d29320b46d37116274f0b493d3793 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2b40df15e0bdac2bfa38ed9f881c16c801044e45 Author: Christoph Müllner Date: Wed Mar 15 10:08:18 2023 +0100 gcc-13: riscv: Document the T-Head CPU support Document the new T-Head CPU support for RISC-V. Signed-off-by: Philipp Tomsich diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 209c13cd..c8d757b6 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -552,6 +552,28 @@ a work-in-progress.

RISC-V

  • New ISA extension support for zawrs.
  • +
  • Support for the following vendor extensions has been added: +
      +
    • XTheadBa
    • +
    • XTheadBb
    • +
    • XTheadBs
    • +
    • XTheadCmo
    • +
    • XTheadCondMov
    • +
    • XTheadFMemIdx
    • +
    • XTheadFmv
    • +
    • XTheadInt
    • +
    • XTheadMac
    • +
    • XTheadMemIdx
    • +
    • XTheadMemPair
    • +
    • XTheadSync
    • +
    +
  • +
  • The following new CPUs are supported through the -mcpu + option (GCC identifiers in parentheses). +
      +
    • T-Head's XuanTie C906 (thead-c906).
    • +
    +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) hooks/post-receive -- gcc-wwwdocs