From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 8BF703987C1F; Wed, 27 Jan 2021 18:30:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8BF703987C1F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f948177c3d01d09cbc8035a75583d425a4dca46e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 12bb55fed649ece4d29536438cdd9853bbd85b1d X-Git-Newrev: f948177c3d01d09cbc8035a75583d425a4dca46e Message-Id: <20210127183017.8BF703987C1F@sourceware.org> Date: Wed, 27 Jan 2021 18:30:17 +0000 (GMT) From: Jonathan Wakely X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2021 18:30:17 -0000 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 f948177c3d01d09cbc8035a75583d425a4dca46e (commit) from 12bb55fed649ece4d29536438cdd9853bbd85b1d (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 f948177c3d01d09cbc8035a75583d425a4dca46e Author: Jonathan Wakely Date: Wed Jan 27 18:30:00 2021 +0000 Document simd additions to libstdc++ diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 9b86e6c8..efbf3341 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -329,6 +329,9 @@ a work-in-progress.

+
  • Experimental support for Data-Parallel Types (simd) + from the Parallelism 2 TS, thanks to Matthias Kretz. +
  • Faster std::uniform_int_distribution, thanks to Daniel Lemire.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs