From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2078) id 1B2023858412; Sat, 9 Oct 2021 01:14:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B2023858412 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2e760df142212a340c3954197606a6606da4ca65 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 57c6bce350bd164f563173dc4b75f0c97c340838 X-Git-Newrev: 2e760df142212a340c3954197606a6606da4ca65 Message-Id: <20211009011454.1B2023858412@sourceware.org> Date: Sat, 9 Oct 2021 01:14:54 +0000 (GMT) From: hongtao Liu 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: Sat, 09 Oct 2021 01:14:54 -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 2e760df142212a340c3954197606a6606da4ca65 (commit) from 57c6bce350bd164f563173dc4b75f0c97c340838 (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 2e760df142212a340c3954197606a6606da4ca65 Author: liuhongt Date: Fri Oct 8 15:03:35 2021 +0800 [GCC-12] Mention O2 vectorization enabling. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 22839f2d..f38fd2be 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -68,6 +68,14 @@ a work-in-progress.

General Improvements

+
    +
  • Vectorization is enabled at -O2 which is now equivalent to the + original -O2 -ftree-vectorize -fvect-cost-model=very-cheap. + Note that default vectorizer cost model has been changed which used to behave + as -fvect-cost-model=cheap were specified. +
  • +
+

New Languages and Language specific improvements

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