From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 45B8C385800D; Tue, 15 Dec 2020 07:17:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45B8C385800D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e61a66655dcfb46809894da72421bf18bf21d241 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1959c3d04ec381d8ff25024f8e482691d1129db1 X-Git-Newrev: e61a66655dcfb46809894da72421bf18bf21d241 Message-Id: <20201215071708.45B8C385800D@sourceware.org> Date: Tue, 15 Dec 2020 07:17:08 +0000 (GMT) From: Gerald Pfeifer 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: Tue, 15 Dec 2020 07:17:08 -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 e61a66655dcfb46809894da72421bf18bf21d241 (commit) from 1959c3d04ec381d8ff25024f8e482691d1129db1 (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 e61a66655dcfb46809894da72421bf18bf21d241 Author: Gerald Pfeifer Date: Tue Dec 15 08:16:13 2020 +0100 gcc-10/changes: Update two arm.com URLs diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index d40a633c..22bf54bb 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -835,7 +835,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); -mtune=cortex-m35p.
  • Support has been extended for the ACLE - + data-processing intrinsics to include 32-bit SIMD, saturating arithmetic, 16-bit multiplication and other related intrinsics aimed at DSP algorithm optimization. @@ -858,7 +858,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); +mve or +mve.fp option extensions (for example: -march=armv8.1-m.main+mve).
  • Support for the Custom Datapath Extension beta ACLE - + intrinsics has been added.
  • Support for Armv8.1-M Mainline Security Extensions architecture has been added. The -mcmse option, when used in combination with an Armv8.1-M Mainline architecture (for example: -march=armv8.1-m.main -mcmse), ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs