public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Expose __isinff128 for clang
@ 2024-01-03 21:51 Pranav Kant
  0 siblings, 0 replies; only message in thread
From: Pranav Kant @ 2024-01-03 21:51 UTC (permalink / raw)
  To: glibc-cvs

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

commit e371f141f93b7895442a3dab35608d8654b4dba6
Author: Pranav Kant <prka@google.com>
Date:   Fri Dec 29 00:19:59 2023 +0000

    Expose __isinff128 for clang

Diff:
---
 sysdeps/generic/math_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/generic/math_private.h b/sysdeps/generic/math_private.h
index e4b9d8697f..d5b900ad65 100644
--- a/sysdeps/generic/math_private.h
+++ b/sysdeps/generic/math_private.h
@@ -227,7 +227,7 @@ do {								\
 #if __HAVE_DISTINCT_FLOAT128
 
 /* __builtin_isinf_sign is broken in GCC < 7 for float128.  */
-# if ! __GNUC_PREREQ (7, 0)
+# if ! __GNUC_PREREQ (7, 0) || defined(__clang__)
 #  include <ieee754_float128.h>
 extern inline int
 __isinff128 (_Float128 x)

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

only message in thread, other threads:[~2024-01-03 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-03 21:51 [glibc/google/grte/v5-2.27/master] Expose __isinff128 for clang Pranav Kant

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).