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 b18cde0f5d41655cb8799dc7f84032b066e666d2 (commit)
from f38dfa014fc0622833bba6174cf44a35f07d08b3 (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 b18cde0f5d41655cb8799dc7f84032b066e666d2
Author: Lulu Cheng <[email protected]>
Date: Thu Apr 30 20:09:47 2026 +0800
gcc-16: LoongArch: Update changes for code model and vector intrinsics.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 838a4e98..fa0d99e6 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -620,7 +620,8 @@ struct Affected : E
<li>Bit-precise integer types (<code>_BitInt (<i>N</i>)</code> and
<code>unsigned _BitInt (<i>N</i>)</code>) are supported.
</li>
- <li>Added FunctionMulti-Versioning (FMV) support. The <a
href="https://gcc.gnu.org/onlinedocs/gcc-16.1.0/gcc/LoongArch-Attributes.html#index-target_005fclones_002c-LoongArch"><code>target_clones</code></a>
+ <li>Added FunctionMulti-Versioning (FMV) support. The
+ <a
href="https://gcc.gnu.org/onlinedocs/gcc-16.1.0/gcc/LoongArch-Attributes.html#index-target_005fclones_002c-LoongArch"><code>target_clones</code></a>
attribute can be used to generate multiple function versions for
different LoongArch CPU features
(e.g., <code>lsx</code>, <code>lasx</code>), with automatic
@@ -634,6 +635,11 @@ struct Affected : E
code for a wider range of embedded applications.<br>
(Note: This feature depends on corresponding Binutils and glibc support.)
</li>
+ <li>Switch the default code model to <code>medium</code>.
+ </li>
+ <li>Implement <a
href="https://gcc.gnu.org/onlinedocs/gcc-16.1.0/gcc/Directly-mapped-SX-and-ASX-Conversion-Builtin-Functions.html#Directly-mapped-SX-and-ASX-Conversion-Builtin-Functions-1">intrinsics</a>
+ for 128-bit and 256-bit vector conversions.
+ </li>
</ul>
<!-- <h3 id="mips">MIPS</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs