]> sourceware.org Git - glibc.git/commit
Make w_log1p type-generic
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Wed, 7 Dec 2016 18:19:11 +0000 (16:19 -0200)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Wed, 14 Dec 2016 13:19:33 +0000 (11:19 -0200)
commit14348aaeff5ccb136e3fe967b86f97b9cea950a2
tree3960d3281d9a4c6f17d8a15c5543ca4bbff9debe
parent3038145ca2355d8fde8c21448961c1be1ed5c287
Make w_log1p type-generic

This patch converts the wrapper log1p (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 ilogb.

Tested for powerpc64le, s390, and x86_64.
ChangeLog
math/Makefile
math/w_log1p_template.c [moved from math/w_log1p.c with 79% similarity]
math/w_log1pf.c [deleted file]
math/w_log1pl.c [deleted file]
sysdeps/ieee754/ldbl-128ibm/w_log1pl.c [deleted file]
sysdeps/ieee754/ldbl-64-128/w_log1pl.c [deleted file]
This page took 0.045101 seconds and 5 git commands to generate.