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 df35c7463d8efa04d493fb0c95dbcf4a52da9cfd (commit)
from 3b2b1db45d50f6dcfbc7d56bd5c313c49bafc1dd (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 df35c7463d8efa04d493fb0c95dbcf4a52da9cfd
Author: Lulu Cheng <[email protected]>
Date: Sat Mar 28 11:13:25 2026 +0800
gcc-16/changes: Document LoongArch changes.
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 958b5b14..9343224c 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -449,6 +449,27 @@ struct Affected : E
</ul></li>
</ul>
+<h3 id="loongarch">LoongArch</h3>
+<ul>
+ <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/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
+ runtime selection of the optimal version based on CPU capabilities.
+ </li>
+ <li>Added support for the LoongArch32 architecture, including the
+ <code>ilp32d</code> (default), <code>ilp32f</code>,
+ and <code>ilp32s</code> ABIs.<br/>
+ This support covers both the standard 32-bit version (LA32) and the
+ reduced 32-bit version (LA32R), enabling GCC to generate 32-bit target
+ code for a wider range of embedded applications.<br/>
+ (Note: This feature depends on corresponding Binutils and glibc support.)
+ </li>
+</ul>
+
<!-- <h3 id="mips">MIPS</h3> -->
<!-- <h3 id="mep">MeP</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
hooks/post-receive
--
gcc-wwwdocs