---
htdocs/gcc-16/changes.html | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 958b5b14..2bd251ab 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -449,6 +449,26 @@ 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> -->
--
2.20.1