public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Yinyu Cai <caiyinyu@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] LoongArch: Use __builtin_llrint{,f} with GCC >= 13
Date: Tue, 29 Nov 2022 08:01:08 +0000 (GMT)	[thread overview]
Message-ID: <20221129080108.A6D573852226@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f711e4ef53990b6c76f2dfdbcb9f791c541cdac3

commit f711e4ef53990b6c76f2dfdbcb9f791c541cdac3
Author: Xiaolin Tang <tangxiaolin@loongson.cn>
Date:   Wed Nov 23 11:44:59 2022 +0800

    LoongArch: Use __builtin_llrint{,f} with GCC >= 13
    
    GCC 13 compiles these built-ins instead of generic
    implementation for function llrint.
    
    Link: https://gcc.gnu.org/r13-3920
    Co-Authored-By: Xi Ruoyao <xry111@xry111.site>

Diff:
---
 sysdeps/loongarch/fpu/math-use-builtins-llrint.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sysdeps/loongarch/fpu/math-use-builtins-llrint.h b/sysdeps/loongarch/fpu/math-use-builtins-llrint.h
new file mode 100644
index 0000000000..bee5910b09
--- /dev/null
+++ b/sysdeps/loongarch/fpu/math-use-builtins-llrint.h
@@ -0,0 +1,10 @@
+#if __GNUC_PREREQ (13, 0)
+# define USE_LLRINT_BUILTIN 1
+# define USE_LLRINTF_BUILTIN 1
+#else
+# define USE_LLRINT_BUILTIN 0
+# define USE_LLRINTF_BUILTIN 0
+#endif
+
+#define USE_LLRINTL_BUILTIN 0
+#define USE_LLRINTF128_BUILTIN 0

                 reply	other threads:[~2022-11-29  8:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221129080108.A6D573852226@sourceware.org \
    --to=caiyinyu@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).