From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7936) id 14DA63858D28; Mon, 8 Apr 2024 15:53:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14DA63858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712591586; bh=V0rZPdvM3hJjXcky/E9DhXnLDCH7/fB9cA3K/IKRbVY=; h=To:Subject:Date:From:From; b=od/tCT/6oyvRGEn72nYTAJlvjI9fbK7KUDyPSZ4WnBwWgonN1FnuMv8spsxTI9TKW Wa0DA0SW68FMkfHnl3+Ccb/9GCMFxIUFdRlPkGXFjxx47Q1XcqqbuZfKLgAmP9XjKM CWHUiJrDh9nIULWYI+Agadqb5QuwX3N2MdB2rouo= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8765e9c73ae14cfad592b8a3885fe1bcc3ff96cd X-Git-Newrev: 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 Message-Id: <20240408155306.14DA63858D28@sourceware.org> Date: Mon, 8 Apr 2024 15:53:06 +0000 (GMT) From: Richard Ball 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 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 (commit) from 8765e9c73ae14cfad592b8a3885fe1bcc3ff96cd (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 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 Author: Richard Ball Date: Mon Apr 8 16:52:00 2024 +0100 [PATCH][wwwdocs] Add NEON-SVE bridge intrinsics to changes.html Adding the NEON-SVE bridge intrinsics that were missed in the last patch. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 2d8968cf..1b345b32 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -503,6 +503,12 @@ a work-in-progress.

-march=armv8.2-a or higher to be specified. Likewise, the intrinsics enabled by +memtag no longer require -march=armv8.5-a. +
  • Support for the + + NEON-SVE Bridge intrinsics. + These are intrinsics that allow conversions between NEON and SVE vectors, + enabled through the inclusion of the arm_neon_sve_bridge.h header. +
  • The option -mtp= is now supported for changing the TPIDR register used for TLS accesses. For more details please refer to the ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs