aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-07-01 13:17:09 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-03 11:07:04 -0500
commitf2de695bf6ab3d346bf0ec4e436f124cff8edfd4 (patch)
tree323d3c3ad199eeb5d52511243b179d326b67a15b /ChangeLog
parentb9e05ed07a3d805f12effa6b86c41a9d9c13a1f1 (diff)
downloadglibc-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8447f0a34..00fd7c107a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.