summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c
Commit message (Collapse)AuthorAgeFilesLines
* Make w_scalbln type-genericGabriel F. T. Gomes2016-12-161-23/+0
| | | | | | | | | This patch converts the wrapper scalbln (which set errno directly rather than doing anything with __kernel_standard) to use the type-generic template machinery, in the same way that has been done for ldexp. Tested for powerpc64le, s390, and x86_64.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
|
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-0/+23
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.