From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2098) id D108E397A4AE; Fri, 15 May 2020 10:53:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D108E397A4AE To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ec1397664d785019347a06903e89d8a7ff71d79 X-Git-Newrev: c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 Message-Id: <20200515105325.D108E397A4AE@sourceware.org> Date: Fri, 15 May 2020 10:53:25 +0000 (GMT) From: SRINATH PARVATHANENI 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: Fri, 15 May 2020 10:53:25 -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 c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 (commit) from 7ec1397664d785019347a06903e89d8a7ff71d79 (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 c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 Author: Srinath Parvathaneni Date: Fri May 15 11:51:37 2020 +0100 [ARM]: Document Armv8.1-M Mainline, MVE Intrinsics and Cortex-M55 changes. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index b9fae2c6..0d9e97f7 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -786,6 +786,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512)));
  • Arm Cortex-A77 (cortex-a77).
  • Arm Cortex-A76AE (cortex-a76ae).
  • Arm Cortex-M35P (cortex-m35p).
  • +
  • Arm Cortex-M55 (cortex-m55).
  • The GCC identifiers can be used as arguments to the -mcpu or -mtune options, @@ -802,6 +803,16 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); added: this M-profile feature is no longer restricted to targets with MOVT. For example, -mcpu=cortex-m0 now supports this option. +
  • Support for the + + Armv8.1-M Mainline Architecture has been added.
  • +
      +
    • Armv8.1-M Mainline can be enabled by using the -march=armv8.1-m.main command line option. +
        +
      • Support for the + + MVE beta ACLE intrinsics has been added. These intrinsics can be enabled by including the arm_mve.h header file + and passing the +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.
      • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) hooks/post-receive -- gcc-wwwdocs