From 6f28bfa4a08666e4c13b949f9682ddbd70fbf2c2 Mon Sep 17 00:00:00 2001 From: caiyinyu Date: Mon, 11 Mar 2024 16:07:48 +0800 Subject: [PATCH] LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf --- 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 c37b0fd19d6..46902246210 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.47.2