From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id 7F08D3857807; Mon, 31 May 2021 07:37:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7F08D3857807 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 163634a2c8932f96bec2cadf51a7a7705ee73964 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 68c7403bff82ca52fa9efcee7b041339715e1274 X-Git-Newrev: 163634a2c8932f96bec2cadf51a7a7705ee73964 Message-Id: <20210531073700.7F08D3857807@sourceware.org> Date: Mon, 31 May 2021 07:37:00 +0000 (GMT) From: Richard Biener 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: Mon, 31 May 2021 07:37:00 -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 163634a2c8932f96bec2cadf51a7a7705ee73964 (commit) from 68c7403bff82ca52fa9efcee7b041339715e1274 (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 163634a2c8932f96bec2cadf51a7a7705ee73964 Author: Richard Biener Date: Mon May 31 09:36:05 2021 +0200 Document __builtin_shufflevector This documents the added __builtin_shufflevector extension for GCC 12. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 9fecc24b..42ded16d 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -64,7 +64,13 @@ a work-in-progress.

- +

C family

+ +
    +
  • Support for __builtin_shufflevector compatible with + the clang language extension was added. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs