From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id EF18A383F85E; Sat, 16 May 2020 16:07:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EF18A383F85E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 93538bdb512831e9e9175b2c5c0bfb1527407b79 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 X-Git-Newrev: 93538bdb512831e9e9175b2c5c0bfb1527407b79 Message-Id: <20200516160750.EF18A383F85E@sourceware.org> Date: Sat, 16 May 2020 16:07:50 +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: Sat, 16 May 2020 16:07:51 -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 93538bdb512831e9e9175b2c5c0bfb1527407b79 (commit) via 5034acf736fed6ecd69e257d71079cccacb0ba65 (commit) via d74d27398b8ea981057a836b760f1184a1153711 (commit) from c0cb380cbff9eb7f8c4a8964fba09a8af0ecc6f6 (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 93538bdb512831e9e9175b2c5c0bfb1527407b79 Author: Gerald Pfeifer Date: Sat May 16 18:06:54 2020 +0200 Fix up the latest Arm-related notes (markup, formatting,...). diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 0d9e97f7..ce2efe00 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -807,12 +807,15 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); 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. -
      +
    • 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).
  • + 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.
  • commit 5034acf736fed6ecd69e257d71079cccacb0ba65 Author: Gerald Pfeifer Date: Tue May 12 21:11:00 2020 +0200 Update link to IBM Journal of Research and Development. diff --git a/htdocs/readings.html b/htdocs/readings.html index 086baaa1..09420335 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -610,7 +610,7 @@ names.
  • IEEE 754r, an ongoing revision to the IEEE 754 floating point standard.
  • -
  • IBM Journal of Research and Development
  • +
  • IBM Journal of Research and Development
  • System V PowerPC ABI
  • commit d74d27398b8ea981057a836b760f1184a1153711 Author: Gerald Pfeifer Date: Sun May 10 12:34:00 2020 +0200 Move refspecs.linuxbase.org to https. diff --git a/htdocs/readings.html b/htdocs/readings.html index 0dd27368..086baaa1 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -313,8 +313,8 @@ names.
    Manufacturer: IBM
    z/Architecture Principles of Operation
    ESA/390 Principles of Operation -
    Linux for z Systems ABI -
    Linux for S/390 ABI +
    Linux for z Systems ABI +
    Linux for S/390 ABI
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 11 +++++++---- htdocs/readings.html | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) hooks/post-receive -- gcc-wwwdocs