From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49634 invoked by alias); 11 Oct 2019 06:27:19 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 49571 invoked by uid 10240); 11 Oct 2019 06:27:19 -0000 Date: Fri, 11 Oct 2019 06:27:00 -0000 Message-ID: <20191011062719.49567.qmail@sourceware.org> From: liuhongt@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0c282ad0b1233276cebe081a75bd6dc5ca85593d X-Git-Newrev: 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c X-SW-Source: 2019/txt/msg00257.txt.bz2 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 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c (commit) from 0c282ad0b1233276cebe081a75bd6dc5ca85593d (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 63fbcfeaf27d9dd2083ccbd34bdff8fccb63949c Author: liuhongt Date: Fri Oct 11 14:27:47 2019 +0800 Update gcc10 changes with new intel ISA. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 31d5487..253fefc 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -190,6 +190,12 @@ a work-in-progress.

  • Support to expand __builtin_roundeven into the appropriate SSE 4.1 instruction has been added.
  • +
  • GCC now supports the Intel CPU named Cooperlake through -march=cooperlake. + The switch enables the AVX512BF16 ISA extensions. +
  • +
  • GCC now supports the Intel CPU named Tigerlake through -march=tigerlake. + The switch enables the MOVDIRI MOVDIR64B AVX512VP2INTERSECT ISA extensions. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- gcc-wwwdocs