diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 18:09:12 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 18:09:12 -0400 |
commit | ba1a0d5938b53454a249d679ab90baf541cd91ad (patch) | |
tree | 29597637003f805478e7372deaa6da407025670a /ChangeLog | |
parent | e9b25bd9303436af1de65afea4e984b640b2c81d (diff) | |
download | glibc-ba1a0d5938b53454a249d679ab90baf541cd91ad.tar.gz glibc-ba1a0d5938b53454a249d679ab90baf541cd91ad.tar.xz glibc-ba1a0d5938b53454a249d679ab90baf541cd91ad.zip |
No need for boundary case handling in x86-32 __ieee_logf
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
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. |