diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 20:47:01 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-15 20:47:01 -0400 |
commit | b61099b50a028d3ac69aa9500ffa9871d23e3884 (patch) | |
tree | 9c33a5998b9f0d4a16bd68fb62973d30fd310aab /ChangeLog | |
parent | bcf01e6d800e837622ddbc851b42b55fa99e5636 (diff) | |
download | glibc-b61099b50a028d3ac69aa9500ffa9871d23e3884.tar glibc-b61099b50a028d3ac69aa9500ffa9871d23e3884.tar.gz glibc-b61099b50a028d3ac69aa9500ffa9871d23e3884.tar.bz2 glibc-b61099b50a028d3ac69aa9500ffa9871d23e3884.zip |
Add cosh optimized for 64-bit architectures
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2011-10-15 Ulrich Drepper <drepper@gmail.com> + * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup. + * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file. + * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite, __expl_finite. * math/bits/math-finite.h: Add entries for exp. |