From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7861) id 2A3ED385842D; Tue, 16 Jan 2024 08:54:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A3ED385842D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705395298; bh=OO/Rh5r97YZPQgI7ho8lMFFL990R8MQX+Ngnyx+Ao8c=; h=To:Subject:Date:From:From; b=VItk6KJ2DHHuOvaH0YloWkK4Sds05HLGdHykJV61POVaMvJKCZzaDo7Cnp7vAkHf8 l3ZB9GYIZ+Inf0zaa9nY/gpQ52gmlX8/cisWoi9W3YGKjMNZAIJ8559DqcT4/0pE/c SwusqhQeytSEehQf3cZpHX4wGw4Y2rdeu3AFwZNY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d7b8bde61a4d4490e1baa379b843b372c5d08c15 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 26e513cbcd050538bc40b8c53186024bdc2b413a X-Git-Newrev: d7b8bde61a4d4490e1baa379b843b372c5d08c15 Message-Id: <20240116085458.2A3ED385842D@sourceware.org> Date: Tue, 16 Jan 2024 08:54:57 +0000 (GMT) From: Hongyu Wang 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 d7b8bde61a4d4490e1baa379b843b372c5d08c15 (commit) from 26e513cbcd050538bc40b8c53186024bdc2b413a (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 d7b8bde61a4d4490e1baa379b843b372c5d08c15 Author: Hongyu Wang Date: Tue Jan 9 14:36:27 2024 +0800 gcc-14/changes: Update APX inline asm behavior for x86_64 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index d9dc1e08..5644de1e 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -402,6 +402,12 @@ a work-in-progress.

NDD, PPX and PUSH2POP2. APX support is available via the -mapxf compiler switch. +
  • For inline asm support with APX, by default the EGPR feature was + disabled to prevent potential illegal instruction with EGPR occurs. + To invoke egpr usage in inline asm, use new compiler option + -mapx-inline-asm-use-gpr32 and user should ensure the + instruction supports EGPR. +
  • New ISA extension support for Intel AVX10.1 was added. AVX10.1 intrinsics are available via the -mavx10.1 or -mavx10.1-256 compiler switch with 256-bit vector size ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs