diff options
| author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-07-01 13:17:09 -0500 |
|---|---|---|
| committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-08-03 11:07:04 -0500 |
| commit | f2de695bf6ab3d346bf0ec4e436f124cff8edfd4 (patch) | |
| tree | 323d3c3ad199eeb5d52511243b179d326b67a15b /ChangeLog | |
| parent | b9e05ed07a3d805f12effa6b86c41a9d9c13a1f1 (diff) | |
| download | glibc-f2de695bf6ab3d346bf0ec4e436f124cff8edfd4.tar.xz glibc-f2de695bf6ab3d346bf0ec4e436f124cff8edfd4.zip | |
Unify drift between _Complex function type variants
While trying to convert the _Complex function wrappers
into a single generic implementation, a few minor
variations between identical versions emerged.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2016-08-03 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * s_ccoshf.c (__ccoshf): Remove FE_INVALID + check, and remove __glibc_likely hint + from FP_INFINITE check. + * s_csinhf.c (__csinhf): Likewise. + + * s_ccoshl.c (__ccoshl): Remove __glibc_likely + hint from FP_INFINITE check. + * s_csinhl.c (__csinhl): Likewise. + +2016-08-03 Paul E. Murphy <murphyp@linux.vnet.ibm.com> + * math/Makefile (libm-calls): Insert F placeholder into object names. Move w_lgamma_compat* routines into (libm-compat-calls): New variable. |
