public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org
Subject: [pushed] wwwdocs: gcc-12: Improve language around vectorizer and -O2
Date: Sat, 2 Sep 2023 00:53:27 +0200 (CEST)	[thread overview]
Message-ID: <20230901225329.6C62533E60@hamza.pair.com> (raw)

Pushed.

Gerald
---
 htdocs/gcc-12/changes.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 3816d06f..b10f2aa4 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -127,10 +127,12 @@ You may also want to check out our
 <h2 id="general">General Improvements</h2>
 
 <ul>
-  <li>Vectorization is enabled at <code>-O2</code> which is now equivalent to the
-      original <code>-O2 -ftree-vectorize -fvect-cost-model=very-cheap</code>.
-      Note that default vectorizer cost model has been changed which used to behave
-      as <code>-fvect-cost-model=cheap</code> were specified.
+  <li>Vectorization is enabled at <code>-O2</code> which is now
+      equivalent to what would have been
+      <code>-O2 -ftree-vectorize -fvect-cost-model=very-cheap</code>
+      in the past. Note that the default vectorizer cost model has
+      been changed; it used to behave as if
+      <code>-fvect-cost-model=cheap</code> had been specified.
   </li>
   <li>
     GCC now supports the
-- 
2.41.0

                 reply	other threads:[~2023-09-01 22:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230901225329.6C62533E60@hamza.pair.com \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).