mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf
This commit is contained in:
parent
513331b788
commit
aeee41f1cf
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ __ieee754_scalbf (float x, float fn)
|
|||
|
||||
return x;
|
||||
}
|
||||
libm_alias_finite (__ieee754_scalb, __scalb)
|
||||
libm_alias_finite (__ieee754_scalbf, __scalbf)
|
||||
|
|
Loading…
Add table
Reference in a new issue