From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1725) id AADEE3858402; Thu, 24 Feb 2022 16:12:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AADEE3858402 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5b042fc356bc84a79bd86fed4f99796b9638f809 X-Git-Newrev: c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 Message-Id: <20220224161221.AADEE3858402@sourceware.org> Date: Thu, 24 Feb 2022 16:12:21 +0000 (GMT) From: William Schmidt 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, 24 Feb 2022 16:12:21 -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 c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 (commit) from 5b042fc356bc84a79bd86fed4f99796b9638f809 (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 c2db1d56d28f04ba1b023d6f5d48d7948e9079d8 Author: Bill Schmidt Date: Thu Feb 24 10:11:48 2022 -0600 powerpc: Document vec_cnt[lt]z_lsbb semantics change diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b6341fda..4be3ee72 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -442,6 +442,11 @@ a work-in-progress.

instead of as unsigned long, when the options -m32 -mpowerpc64 were in effect. +
  • + The overloaded built-in functions vec_cntlz_lsbb and + vec_cnttz_lsbb now behave as documented. On prior releases, + these built-in functions had incorrect semantics on little-endian targets. +
  • PRU

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs