public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf
@ 2024-03-20  1:48 caiyinyu
  0 siblings, 0 replies; only message in thread
From: caiyinyu @ 2024-03-20  1:48 UTC (permalink / raw)
  To: libc-stable; +Cc: adhemerval.zanella, xry111, carlos, caiyinyu

---
 sysdeps/loongarch/fpu/e_scalbf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/loongarch/fpu/e_scalbf.c b/sysdeps/loongarch/fpu/e_scalbf.c
index 9f05485236..7c0395fbb5 100644
--- a/sysdeps/loongarch/fpu/e_scalbf.c
+++ b/sysdeps/loongarch/fpu/e_scalbf.c
@@ -57,4 +57,4 @@ __ieee754_scalbf (float x, float fn)
 
   return x;
 }
-libm_alias_finite (__ieee754_scalb, __scalb)
+libm_alias_finite (__ieee754_scalbf, __scalbf)
-- 
2.39.3


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

only message in thread, other threads:[~2024-03-20  1:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20  1:48 [PATCH] LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf caiyinyu

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