From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7888) id 183283858D32; Thu, 13 Apr 2023 02:50:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 183283858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681354202; bh=whDHEtMS3MVvfV0xHJxr3Xdwyd7OUcRZb6Wv9FKzT/Q=; h=To:Subject:Date:From:From; b=AHoRmqGgwtpbeTqO5+zE39ShHLi1N7gzqGqD6JfgHSbOKKDcbIaA7n2zErCERWLpC y3nVYe0HqblrJEeYPhfBehkndaqi9MQ4nucyUATseCBDVB0C8gEKr2FB+ZIaLh530Y rqLK0zlmqo+hGssk2IpDocIgnKHx2biTVQAODfug= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c47107cdfdb6c5c9e7e82fd8336f84386a823b27 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0610f73dba9ed55c1c0a23f21f4787aa4a03b523 X-Git-Newrev: c47107cdfdb6c5c9e7e82fd8336f84386a823b27 Message-Id: <20230413025002.183283858D32@sourceware.org> Date: Thu, 13 Apr 2023 02:50:02 +0000 (GMT) From: Haochen Jiang List-Id: 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 c47107cdfdb6c5c9e7e82fd8336f84386a823b27 (commit) from 0610f73dba9ed55c1c0a23f21f4787aa4a03b523 (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 c47107cdfdb6c5c9e7e82fd8336f84386a823b27 Author: Haochen Jiang Date: Mon Apr 10 10:05:14 2023 +0800 gcc-13: Mention Intel AMX-COMPLEX ISA support and revise march support diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 71cb335d..84207104 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -520,6 +520,10 @@ a work-in-progress.

RAO-INT intrinsics are available via the -mraoint compiler switch. +
  • New ISA extension support for Intel AMX-COMPLEX was added. + AMX-COMPLEX intrinsics are available via the -mamx-complex + compiler switch. +
  • GCC now supports the Intel CPU named Raptor Lake through -march=raptorlake. Raptor Lake is based on Alder Lake. @@ -538,9 +542,13 @@ a work-in-progress.

    The switch enables the AVX-IFMA, AVX-VNNI-INT8, AVX-NE-CONVERT, CMPccXADD and RAO-INT ISA extensions.
  • +
  • GCC now supports the Intel CPU named Emerald Rapids through + -march=emeraldrapids. + Emerald Rapids is based on Sapphire Rapids. +
  • GCC now supports the Intel CPU named Granite Rapids through -march=graniterapids. - The switch enables the AMX-FP16 and PREFETCHI ISA extensions. + The switch enables the AMX-FP16, PREFETCHI and AMX-COMPLEX ISA extensions.
  • GCC now supports AMD CPUs based on the znver4 core via -march=znver4. The switch makes GCC consider ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs