public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH v2] gcc-13: Add changelog for LoongArch.
@ 2023-04-18  7:11 Lulu Cheng
  0 siblings, 0 replies; only message in thread
From: Lulu Cheng @ 2023-04-18  7:11 UTC (permalink / raw)
  To: gcc-patches; +Cc: gerald, xry111, i, xuchenghua, Lulu Cheng

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

---
 v1 -> v2: Modify syntax errors and description information.


diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index f3b9afed..4324c2d1 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -563,6 +563,47 @@ a work-in-progress.</p>
   </li>
 </ul>
 
+<h3 id="loongarch">LoongArch</h3>
+<ul>
+  <li>New features
+    <ul>
+      <li>The new command-line option <code>-mexplicit-relocs</code> decides whether
+          to use the assembler relocation operator when dealing with symbolic addresses.
+          It is enabled by default when GCC is configured to use a compatible assembler.
+      </li>
+      <li>Avoid using the GOT to access external symbols when the new
+          <code>-mdirect-extern-access</code> command-line option is specified.
+      </li>
+      <li>The <a href="https://gcc.gnu.org/onlinedocs/gcc/LoongArch-Variable-Attributes.html#LoongArch-Variable-Attributes"><code>model</code></a>
+          variable attribute has been added.
+      </li>
+    </ul>
+  </li>
+  <li>Built-in functions
+    <ul>
+      <li>The <code>rint</code> and <code>copysign</code> mathematical builtins
+          (and their float variants) are now implemented 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 implemented 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 implemented as inline LoongArch intrinsics
+          when using <code>-ffp-int-builtin-inexact</code>.
+      </li>
+    </ul>
+  </li>
+  <li>Subprojects Support
+    <ul>
+      <li><code>libvtv</code> now supports LoongArch architecture.</li>
+      <li><code>libitm</code> now supports LoongArch architecture.</li>
+      <li>LoongArch supports address sanitizers other than <code>hwasan</code> and <code>tsan</code>.</li>
+    </ul>
+  </li>
+</ul>
+
 <!-- <h3 id="mips">MIPS</h3> -->
 
 <!-- <h3 id="mep">MeP</h3> -->
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-18  7:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  7:11 [PATCH v2] gcc-13: Add changelog for LoongArch Lulu Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).