From 0dfeb244e05d9c898d3fcb485defe522d070d0f5 Mon Sep 17 00:00:00 2001 From: Erwan Prioul Date: Tue, 18 Jun 2024 18:31:28 +0200 Subject: [PATCH] Prepare for AT 16.0-5 This patch also updates the release notes of AT 16.0 for the 16.0-5 release. Signed-off-by: Erwan Prioul --- configs/16.0/base.mk | 2 +- configs/16.0/release_notes/relfixes.html | 65 +++++++++++++++++++++--- docs/advance-toolchain-linux-on-power | 2 +- docs/advtool-cross-compilers | 2 +- docs/advtool-faq | 2 +- docs/advtool-install | 2 +- docs/advtool-updates | 6 ++- docs/advtool-usage | 2 +- 8 files changed, 69 insertions(+), 14 deletions(-) diff --git a/configs/16.0/base.mk b/configs/16.0/base.mk index 4903765a4..a1a10f0e1 100644 --- a/configs/16.0/base.mk +++ b/configs/16.0/base.mk @@ -49,7 +49,7 @@ AT_NAME := at AT_MAJOR_VERSION := 16.0 AT_REVISION_NUMBER := 5 -AT_INTERNAL := rc2 +AT_INTERNAL := none AT_PREVIOUS_VERSION := 15.0 # Minimum kernel version distributed on supported distros by this AT version, diff --git a/configs/16.0/release_notes/relfixes.html b/configs/16.0/release_notes/relfixes.html index aa521286d..801271026 100644 --- a/configs/16.0/release_notes/relfixes.html +++ b/configs/16.0/release_notes/relfixes.html @@ -2,17 +2,71 @@
  • Power9 enablement.
  • Power10-optimized instruction scheduling in GCC.
  • Power9-optimized instruction scheduling in GCC.
  • -
  • Requires at least Power9 for ppc64le on RHEL 9 and Ubuntu 22.04.
  • -
  • Requires at least Power8 for ppc64le on SLES 15 and Debian 11.
  • +
  • Requires at least Power9 for ppc64le on RHEL 9 and Ubuntu 22.04. +
    • GCC creates binaries using -mcpu=power9 -mtune=power10
  • +
  • Requires at least Power8 for ppc64le on SLES 15 and Debian 11. +
    • GCC creates binaries using -mcpu=power8 -mtune=power10
  • Power8 Transactional Memory enablement.
  • Power8 Crypto Operations enablement.
  • Power8, Power9, and Power10 optimized system libraries.
  • _Float128 enablement as specified by ISO/IEC TS 18661-3, for Power9 and Power10.
  • Power10 Matrix-Math Assist enablement. -
  • GCC creates binaries using -mcpu=power9 -mtune=power10 on RHEL 9 and Ubuntu 22.04.
  • -
  • GCC creates binaries using -mcpu=power8 -mtune=power10 on SLES 15 and Debian 11.
  • +

    New features in 16.0-5

    + + + +

    Previous releases

    +

    New features in 16.0-4

    - -

    Previous releases

    -

    New features in 16.0-3