From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1130) id 23C5D3857026; Fri, 21 Aug 2020 18:08:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 23C5D3857026 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 00314fec9cb071e4a7f8a5551adc8c0d5a00fb62 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 X-Git-Newrev: 00314fec9cb071e4a7f8a5551adc8c0d5a00fb62 Message-Id: <20200821180814.23C5D3857026@sourceware.org> Date: Fri, 21 Aug 2020 18:08:14 +0000 (GMT) From: Richard Sandiford 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, 21 Aug 2020 18:08:14 -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 00314fec9cb071e4a7f8a5551adc8c0d5a00fb62 (commit) from 9964ae4df624a57e5780d1c3a9c2e0cb3defba45 (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 00314fec9cb071e4a7f8a5551adc8c0d5a00fb62 Author: Richard Sandiford Date: Fri Aug 21 19:07:49 2020 +0100 Fix links to various Arm docs diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 1a9e3ab7..4db307c7 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -817,7 +817,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. @@ -840,7 +840,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), diff --git a/htdocs/readings.html b/htdocs/readings.html index f417ed6d..b960eb8c 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -65,7 +65,7 @@ names.
    The 64-bit execution state of the ARM Architecture, first introduced by the ARMv8-A architecture.
    Manufacturer: Various, by license from ARM. -
    ARM Documentation +
    ARM Documentation
  • andes (nds32) @@ -84,8 +84,8 @@ names.
  • ARM
    Manufacturer: Various, by license from ARM.
    CPUs include: ARM7TDMI, and the Cortex-A, Cortex-R and Cortex-M series. -
    ARM Documentation -
    Application Binary Interface (ABI) for the ARM Architecture +
    ARM Documentation +
    Application Binary Interface (ABI) for the ARM Architecture
  • AVR ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 4 ++-- htdocs/readings.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs