On Sat, 7 May 2022, Gerald Pfeifer wrote: >> +<h3 id="LoongArch">LoongArch</h3> > Okay, thanks.
And here is a markup fix on top, which I just pushed. Gerald commit 01a1afc13afd0e2b981262b0a1bf9ba1d7d19f79 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat May 14 00:27:52 2022 +0200 gcc-12: Fix markup in the Loongson section diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index eb144a86..a32f1d53 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -700,11 +700,12 @@ function Multiply (S1, S2 : Sign) return Sign is <li>Support for the LoongArch architecture instruction set has been added.</li> <li>The Loongson CPU codename LA464 and LoongArch 64-bit generic CPU codename loongarch64 are supported through the <code>-march=</code> and <code>-mtune=</code> options - (GCC identifiers in parentheses).</li> + (GCC identifiers in parentheses). <ul> <li>Loongson LA464 core (<code>la464</code>).</li> <li>LoongArch 64-bit generic core (<code>loongarch64</code>).</li> </ul> + </li> </ul> <h3 id="mips">MIPS</h3>