]> sourceware.org Git - glibc.git/commit
Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).
authorJoseph Myers <joseph@codesourcery.com>
Wed, 16 Sep 2015 16:42:46 +0000 (16:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 16 Sep 2015 16:42:46 +0000 (16:42 +0000)
commit8124ac3e7383a5938ca87c3cc554bf6646744d65
treece2bb02c5d6938fb82e1eba514ba950ad60fa53c
parent560b04462f899e76a0062ec89422caa6e94fd67f
Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).

The ldbl-128 and ldbl-128ibm expm1l implementations have code to
handle +Inf and finite arguments above an overflow threshold.  Since
they now use __expl for large positive arguments to fix other
problems, this code is unreachable; this patch removes it.

Tested for mips64 and powerpc.

[BZ #16415]
* sysdeps/ieee754/ldbl-128/s_expm1l.c (maxlog): Remove variable.
(__expm1l): Remove code to handle positive infinity and overflow.
* sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (maxlog): Remove
variable.
(__expm1l): Remove code to handle positive infinity and overflow.
ChangeLog
NEWS
sysdeps/ieee754/ldbl-128/s_expm1l.c
sysdeps/ieee754/ldbl-128ibm/s_expm1l.c
This page took 0.041037 seconds and 5 git commands to generate.