public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] gcc-13: Add changelog for LoongArch.
@ 2023-04-18  6:15 Lulu Cheng
  2023-04-18  6:44 ` Gerald Pfeifer
  2023-04-18  7:29 ` WANG Xuerui
  0 siblings, 2 replies; 5+ messages in thread
From: Lulu Cheng @ 2023-04-18  6:15 UTC (permalink / raw)
  To: gcc-patches; +Cc: gerald, xry111, i, xuchenghua, Lulu Cheng

---
 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
+	    symbolic addresses. <code>-mexplicit-relocs</code> 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 attributes has been added.
+        </li>
+      </ul>
+    <li>Built-in functions support Improvements</li>
+      <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>.
+        </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>
+	<li>LoongArch supports address sanitizers other than <code>hwasan</code> and <code>tsan</code>.</li>
+      </ul>
+  </ul>
+
 <!-- <h3 id="mips">MIPS</h3> -->
 
 <!-- <h3 id="mep">MeP</h3> -->
-- 
2.31.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-18  7:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18  6:15 [PATCH] gcc-13: Add changelog for LoongArch Lulu Cheng
2023-04-18  6:44 ` Gerald Pfeifer
2023-04-18  7:42   ` Lulu Cheng
2023-04-18  7:29 ` WANG Xuerui
2023-04-18  7:43   ` 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).