diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 13:53:27 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 13:53:27 -0400 |
commit | 1b48c537821e27cf9b9c489e8773ba1d84f97b3e (patch) | |
tree | 586551f091846a97ec5102994e2111b3f4651c5e /ChangeLog | |
parent | 109715ee229b0ddff1d0d2585f910bb4fd49a61c (diff) | |
download | glibc-1b48c537821e27cf9b9c489e8773ba1d84f97b3e.tar.gz glibc-1b48c537821e27cf9b9c489e8773ba1d84f97b3e.tar.xz glibc-1b48c537821e27cf9b9c489e8773ba1d84f97b3e.zip |
Add x86-32 optimized wcscmp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2109ca345e..cb3b046816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> + + * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add + wcscmp-c wcscmp-sse2 + * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file. + * sysdeps/i386/i686/multiarch/wcscmp.S: New file. + * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file. + * wcsmbs/wcscmp.c: Allow renaming. + 2011-09-05 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument |