From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1816) id 754A53851C2D; Thu, 23 Apr 2020 08:13:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 754A53851C2D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 X-Git-Newrev: 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 Message-Id: <20200423081308.754A53851C2D@sourceware.org> Date: Thu, 23 Apr 2020 08:13:08 +0000 (GMT) From: Kyrylo Tkachov 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: Thu, 23 Apr 2020 08:13:08 -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 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 (commit) from cb7aff9c268dcb7012ea1d72dee82f64b0c9de12 (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 8c7f1cea627ad41962329f626ad3e8c90c7e49d4 Author: Kyrylo Tkachov Date: Thu Apr 23 09:12:50 2020 +0100 [AArch64] Fix typo in sve2-aes in GCC 10 changes.html diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 3146806b..fc360220 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -642,7 +642,7 @@ typedef svbool_t pred512 __attribute__((arm_sve_vector_bits(512))); through autovectorization. It can be enabled through the +sve2 option extension (for example, -march=armv8.5-a+sve2). Additional extensions can be enabled through +sve2-sm4, - +sve2=aes, +sve2-sha3 and + +sve2-aes, +sve2-sha3 and +sve2-bitperm.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs