diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-02-28 20:06:39 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-02-28 20:06:39 -0500 |
commit | 39adf059fccb7333f61a488d73172b0d8aa2d580 (patch) | |
tree | 6328aa0af09c55368c47c9f3ef8c0ffb72dc53d6 /ChangeLog | |
parent | d40c5d54cb551acba4ef1617464760c5b3d41a14 (diff) | |
download | glibc-39adf059fccb7333f61a488d73172b0d8aa2d580.zip glibc-39adf059fccb7333f61a488d73172b0d8aa2d580.tar.gz glibc-39adf059fccb7333f61a488d73172b0d8aa2d580.tar.bz2 |
Optimized expf for x86-64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2012-02-28 Ulrich Drepper <drepper@gmail.com> + + * sysdeps/x86_64/fpu/e_expf.S: New file. + Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>. + 2012-02-28 Stanislav Brabec <sbrabec@suse.cz> [BZ #13637] @@ -102,11 +107,9 @@ * configure.in (CC): Restrict allowed GCC versions to 4.3 and later. Allow versions 5-9. - * configure: Regenerated. * manual/install.texi (Tools for Compilation): Give GCC 4.3 as required minimum version and 4.6 as recommended version. Do not mention bugs in GCC 2.7 and 2.8. - * INSTALL: Regenerated. 2012-02-27 David S. Miller <davem@davemloft.net> @@ -144,7 +147,6 @@ (Specific advice for GNU/Linux systems): Describe use of headers from "make headers_install", not private headers from older kernels. - * INSTALL: Regenerated. * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION): Change to 2.6.19. * sysdeps/unix/sysv/linux/configure: Regenerated. |