From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 471893858425; Wed, 8 Mar 2023 13:56:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 471893858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678283818; bh=gfsOwPjZe7lfpnQk1cwO5WS7rXU7tT0vkycDc7tigUY=; h=To:Subject:Date:From:From; b=WGH7FoFcrI9rZUTjuiIEjmDXHMIzipS49kAr/2r/5sG5+184otDuhnnvYrYLscpU+ O/oeN+u1+Ziq2B8H+a5jvnTg/ecaiey76ZnJI/XAn3y7r57sf/lhDg4jEIU2HY8pQB 2kMutTdfjMjUIYzL36KwmbOSs+zE5L8kuOHu7DFw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2b1e4bec917f62ad67cb6a08837fbc212c37faec X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cc3e1880f2a0994a5126bdd3c826fe21a786a5d7 X-Git-Newrev: 2b1e4bec917f62ad67cb6a08837fbc212c37faec Message-Id: <20230308135658.471893858425@sourceware.org> Date: Wed, 8 Mar 2023 13:56:58 +0000 (GMT) From: Tobias Burnus 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 2b1e4bec917f62ad67cb6a08837fbc212c37faec (commit) from cc3e1880f2a0994a5126bdd3c826fe21a786a5d7 (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 2b1e4bec917f62ad67cb6a08837fbc212c37faec Author: Tobias Burnus Date: Wed Mar 8 14:56:48 2023 +0100 gcc-13/changes.html: Mention SIMD and updated newlib requirement diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 57317c0a..17be7e7c 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -431,6 +431,10 @@ a work-in-progress.

  • Support for the Instinct MI200 series devices ( gfx90a) has been added.
  • +
  • SIMD vectorization support has been improved; this and stack-handling + changes require + newlib 4.3.0 (or newer).
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs