From: Chenghua Xu <xucheng...@loongson.cn>

---
 htdocs/gcc-12/changes.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index c64827bd..995a1a42 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -695,6 +695,19 @@ function Multiply (S1, S2 : Sign) return Sign is
   </li>
 </ul>
 
+<h3 id="LoongArch">LoongArch</h3>
+<ul>
+  <li>Support for the LoongArch architecture instruction set has been 
added.</li>
+  <li>The Loongson CPU codename LA464 and LoongArch generic CPU codename 
loongarch64
+  are supported through the <code>-march=</code> and <code>-march=</code> 
options
+  (GCC identifiers in parentheses).</li>
+    <ul>
+      <li>Loongson LA464 core (<code>la464</code>).</li>
+      <li>LoongArch generic core (<code>loongarch64</code>).</li>
+    </ul>
+
+</ul>
+
 <h3 id="mips">MIPS</h3>
 <ul>
   <li>The <a name="mips_zero_width_fields">ABI</a> passing arguments
-- 
2.31.1

Reply via email to