From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2093) id 48EC83858C83; Thu, 20 Apr 2023 10:20:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48EC83858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681986051; bh=pY/8G109mElefs/K9j2pkOENFa069c/aou84qIsV1CM=; h=To:Subject:Date:From:From; b=N28l43E/c+wTZZiilp9SMgJnQZWHGz3OnOtWUEAjZk/qfkcFftvpTuLeoUfgpV1K/ tayJdThHD5b8nhePO3FkEH7Hu/DEy2kGGedC45arxQ9lBfX1ncNhnynUI///cLeRIG fMSsYdFAJi4xou6OK/cdNj0ggA1BPil7gZttFj5Y= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1595be247c3cbe1a24576bf067aa70f61b6d33cb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 907f21ff6915dda0b466c2236e8202602f72db18 X-Git-Newrev: 1595be247c3cbe1a24576bf067aa70f61b6d33cb Message-Id: <20230420102051.48EC83858C83@sourceware.org> Date: Thu, 20 Apr 2023 10:20:51 +0000 (GMT) From: Kito Cheng 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 1595be247c3cbe1a24576bf067aa70f61b6d33cb (commit) from 907f21ff6915dda0b466c2236e8202602f72db18 (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 1595be247c3cbe1a24576bf067aa70f61b6d33cb Author: Kito Cheng Date: Wed Apr 19 21:50:49 2023 +0800 gcc-13: Add release note for RISC-V diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index f6941534..4515a6af 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -636,7 +636,34 @@ a work-in-progress.

RISC-V

    -
  • New ISA extension support for zawrs.
  • +
  • Support for vector intrinsics as specified in + version 0.11 of the RISC-V vector intrinsic specification, + thanks Ju-Zhe Zhong from RiVAI + for contributing most of implementation. +
  • +
  • Support for the following standard extensions has been added: +
      +
    • Zawrs
    • +
    • Zbkb
    • +
    • Zbkc
    • +
    • Zbkx
    • +
    • Zdinx
    • +
    • Zfinx
    • +
    • Zfh
    • +
    • Zfhmin
    • +
    • Zhinx
    • +
    • Zhinxmin
    • +
    • Zicbom
    • +
    • Zicbop
    • +
    • Zicboz
    • +
    • Zknd
    • +
    • Zkne
    • +
    • Zksed
    • +
    • Zksh
    • +
    • Zmmul
    • +
    +
  • Support for the following vendor extensions has been added:
    • XTheadBa
    • @@ -659,6 +686,11 @@ a work-in-progress.

    • T-Head's XuanTie C906 (thead-c906).
  • +
  • Improves the multi-lib selection mechanism for the bare-metal toolchain + (riscv*-elf*). GCC will now automatically select the best-fit multi-lib + candidate instead of requiring all possible reuse rules to be listed at + build time. +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs