From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 6E7893858C2C; Fri, 1 Oct 2021 10:11:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6E7893858C2C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 22c971cd3b33bae1b31bb4f1a54c65e059775e52 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6e1dbe9f60b8a49b24d84ed782e8e4ea7b150060 X-Git-Newrev: 22c971cd3b33bae1b31bb4f1a54c65e059775e52 Message-Id: <20211001101123.6E7893858C2C@sourceware.org> Date: Fri, 1 Oct 2021 10:11:23 +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: Fri, 01 Oct 2021 10:11:23 -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 22c971cd3b33bae1b31bb4f1a54c65e059775e52 (commit) from 6e1dbe9f60b8a49b24d84ed782e8e4ea7b150060 (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 22c971cd3b33bae1b31bb4f1a54c65e059775e52 Author: Gerald Pfeifer Date: Fri Oct 1 12:10:26 2021 +0200 gcc-12/changes.html: Simplify AVX512-FP16 news diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 0e2962ee..45e87ea4 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -169,14 +169,14 @@ a work-in-progress.

IA-32/x86-64

    -
  • New ISA extension support for Intel AVX512-FP16 was added to GCC. +
  • New ISA extension support for Intel AVX512-FP16 was added. AVX512FP16 intrinsics are available via the -mavx512fp16 compiler switch.
  • -
  • For both C and C++, The _Float16 type is supported on +
  • For both C and C++ the _Float16 type is supported on x86 systems with SSE2 enabled. Without {-mavx512fp16}, - all operations will be emulated by software emulation and the - float instructions. + all operations will be emulated in software and float + instructions.
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs