在 2023/4/18 下午3:29, WANG Xuerui 写道:
Hi,

Just some minor fixes ;-)

On 2023/4/18 14:15, Lulu Cheng wrote:
---
  htdocs/gcc-13/changes.html | 39 ++++++++++++++++++++++++++++++++++++++
  1 file changed, 39 insertions(+)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index f3b9afed..c75e341b 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -563,6 +563,45 @@ a work-in-progress.</p>
    </li>
  </ul>
  +<h3 id="loongarch">LoongArch</h3>
+  <ul>
+    <li>New features</li>
+      <ul>
+        <li>The new command-line option <code>-mexplicit-relocs</code> decides whether +        to use or not use the assembler relocation operator when dealing with
"provides control over whether ..."?
+        symbolic addresses. <code>-mexplicit-relocs</code> is enabled by default
+        when GCC is configured to use a compatible assembler.
"if a compatible assembler (binutils 2.40 or later) is present at GCC build time"?
+        </li>
+        <li>Avoid using the GOT to access external symbols when the new
+        <code>-mdirect-extern-access</code> command-line option is specified.

"The new command-line option <code>-mdirect-extern-access</code> can be used to prevent accessing external symbols through GOT"?

+        </li>
+        <li>The <a href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Variable-Attributes.html#LoongArch-Variable-Attributes";><code>model</code></a>
+        variable attributes has been added.
"A new variable attribute ... has been added."
+        </li>
+      </ul>
+    <li>Built-in functions support Improvements</li>
"Improvements to built-in functions" or just "Built-in functions" as Gerald pointed out.
+      <ul>
+        <li>The <code>rint</code> and <code>copysign</code> mathematical builtins +        (and their float variants) are now inplemented as inline LoongArch intrinsics.
+        </li>
+        <li>The <code>lrint</code>, <code>logb</code>, <code>scalbln</code>, +        <code>scalbn</code> and <code>ldexp</code> mathematical builtins (and their +        float variants) are now inplemented as inline LoongArch intrinsics when using
+        <code>-fno-math-errno</code>.
+        </li>
+        <li>The <code>lceil</code> and <code>lfloor</code> mathematical builtins +        (and their float variants) are now inplemented as inline LoongArch intrinsics
+        when using <code>-ffp-int-builtin-inexact</code>.
For this part I agree with what Gerald has suggested, the expressions are kinda natural after you fix the misspelled "implemented"'s.
+        </li>
+      </ul>
+    <li>Subprojects Support</li>
+      <ul>
+        <li><code>libvtv</code> now supports LoongArch architecture.</li> +        <li><code>libitm</code> now supports LoongArch architecture.</li>
Remove "architecture"? Because "LoongArch" practically just means "Loongson Architecture".
+    <li>LoongArch supports address sanitizers other than <code>hwasan</code> and <code>tsan</code>.</li>
+      </ul>
"Address sanitizers other than HWASan and TSan are now supported on LoongArch"?
+  </ul>
+
  <!-- <h3 id="mips">MIPS</h3> -->
    <!-- <h3 id="mep">MeP</h3> -->

I will continue to improve.


Thanks!:-)


Reply via email to