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 b834f78a988135ed415bb84a9589d2f8557a3a6c (commit)
from 271cfdf7e5fd230167dc7fdc7a605f118569f3f6 (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 b834f78a988135ed415bb84a9589d2f8557a3a6c
Author: liuhongt <[email protected]>
Date: Tue Oct 15 14:30:28 2024 +0800
Mention O2 vectorization enhancement.
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 6dc46a52..8a238256 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -36,6 +36,16 @@ a work-in-progress.</p>
<!-- .................................................................. -->
<h2 id="general">General Improvements</h2>
+<ul>
+ <li>The default vectorizer cost model at <code>-O2</code> has been enhanced
+ to handle unknown tripcount. But it still disables vectorization of loops
+ when any runtime check for data dependence or alignment is required,
+ it also disables vectorization of epilogue loops but otherwise is equal
+ to the cheap cost model.
+ </li>
+</ul>
+
+
<!-- .................................................................. -->
<h2 id="languages">New Languages and Language specific improvements</h2>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-15/changes.html | 10 ++++++++++
1 file changed, 10 insertions(+)
hooks/post-receive
--
gcc-wwwdocs