public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Replace math-barriers with math_private
@ 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=2d7ea00f764b289cf41fea685fcd940033d63d38

commit 2d7ea00f764b289cf41fea685fcd940033d63d38
Author: Pranav Kant <prka@google.com>
Date:   Fri Dec 29 00:20:33 2023 +0000

    Replace math-barriers with math_private
    
    That's where the definition for math_force_eval was before refactoring

Diff:
---
 sysdeps/x86/fpu/sfp-exceptions.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/x86/fpu/sfp-exceptions.c b/sysdeps/x86/fpu/sfp-exceptions.c
index 74ce0716e2..3dc98c1ac7 100644
--- a/sysdeps/x86/fpu/sfp-exceptions.c
+++ b/sysdeps/x86/fpu/sfp-exceptions.c
@@ -18,7 +18,7 @@
 
 #include <fenv.h>
 #include <float.h>
-#include <math-barriers.h>
+#include <math_private.h>
 #include <soft-fp.h>
 
 void

^ 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] Replace math-barriers with math_private 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).