summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-15 18:09:12 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-15 18:09:12 -0400
commitba1a0d5938b53454a249d679ab90baf541cd91ad (patch)
tree29597637003f805478e7372deaa6da407025670a /ChangeLog
parente9b25bd9303436af1de65afea4e984b640b2c81d (diff)
downloadglibc-ba1a0d5938b53454a249d679ab90baf541cd91ad.tar.gz
No need for boundary case handling in x86-32 __ieee_logf
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e71646be1..44580a53b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-10-15 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
+ is sufficient, at least on modern CPUs.
+
* ctype/ctype-info.c (__ctype_init): Define.
* include/ctype.h (__ctype_init): Declare.
(__ctype_b_loc): The variable is always initialized.