From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2078) id 009B93858403; Sat, 25 Sep 2021 02:35:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 009B93858403 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 158eee20b5257e9b3d0654f5fe10e60d1741bebe X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0805d60eb71a87d9c1b5418fb8acb34e73f64601 X-Git-Newrev: 158eee20b5257e9b3d0654f5fe10e60d1741bebe Message-Id: <20210925023525.009B93858403@sourceware.org> Date: Sat, 25 Sep 2021 02:35:24 +0000 (GMT) From: hongtao Liu 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, 25 Sep 2021 02:35: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 158eee20b5257e9b3d0654f5fe10e60d1741bebe (commit) from 0805d60eb71a87d9c1b5418fb8acb34e73f64601 (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 158eee20b5257e9b3d0654f5fe10e60d1741bebe Author: liuhongt Date: Thu Sep 23 13:36:05 2021 +0800 [GCC12] Mention Intel AVX512-FP16 and _Float16 support. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 81f62fe3..1f156a9a 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -165,7 +165,18 @@ a work-in-progress.

- +

IA-32/x86-64

+
    +
  • New ISA extension support for Intel AVX512-FP16 was added to GCC. + AVX512FP16 intrinsics are available via the -mavx512fp16 + compiler switch. +
  • +
  • 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. +
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs