diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-16 15:37:38 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-16 15:37:38 -0700 |
commit | cc9f2e47a0a1b4ab0d78ff1d036ec7f8ebc74294 (patch) | |
tree | 271302a0acea6e4053d3af307011e9494b8d267c /ChangeLog | |
parent | 9b059f977477351b1660cf50f6925e1eb0ec498b (diff) | |
download | glibc-cc9f2e47a0a1b4ab0d78ff1d036ec7f8ebc74294.tar.gz glibc-cc9f2e47a0a1b4ab0d78ff1d036ec7f8ebc74294.tar.xz glibc-cc9f2e47a0a1b4ab0d78ff1d036ec7f8ebc74294.zip |
Speed up SSE4.2 strcasestr by avoiding indirect function call.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bc2035d10a..3d0f979690 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-07-16 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function + call in strcasestr. + * sysdeps/x86_64/multiarch/strcasestr.c: Declare + __strcasestr_sse42_nonascii. + * sysdeps/x86_64/multiarch/Makefile: Add rules to build + strcasestr-nonascii.c. + * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file. + 2010-06-15 Luis Machado <luisgpm@br.ibm.com> * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file. |