aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu/s_scalbnf.S
AgeCommit message (Collapse)Author
2014-06-25Add compat symbols for scalb* in i386Siddhesh Poyarekar
Bring back symbols into libc.so for scalb* functions. They are no longer used but unfortunately they're now part of the ABI.
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler
Errno is not set and the testcases will fail. Now the scalbln-aliases are removed in i386/m68 and the wrappers are used when calling the scalbln-functions. On ia64 only scalblnf has its own implementation. For scalbln and scalblnl the ieee754/dbl-64 and ieee754/ldbl-96 are used, thus the wrappers are needed, too.
1999-07-14Update.Ulrich Drepper