diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-20 21:18:28 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-20 21:18:28 -0700 |
commit | a8f895ebe15c8988618ab1948d3f7035341a2eb7 (patch) | |
tree | 7b1a5cf8112acd7eeef69d542edcff7b96daaa5b /ChangeLog | |
parent | 2b7a8664fa86a182c053b6743f36a5ea8bf6bf6f (diff) | |
download | glibc-a8f895ebe15c8988618ab1948d3f7035341a2eb7.tar.gz glibc-a8f895ebe15c8988618ab1948d3f7035341a2eb7.tar.xz glibc-a8f895ebe15c8988618ab1948d3f7035341a2eb7.zip |
Better check for optimization in new x86-64 strstr/strcasestr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index abbbedba85..b107428a63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-20 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/multiarch/strstr.c [USE_AS_STRCASESTR] (STRSTR_SSE42): + Use NONASCII_CASE information provided by the locale to determine + whether optimized string load function can be used. Minor cleanups. + 2009-07-20 H.J. Lu <hongjiu.lu@intel.com> * string/strcasestr.c (STRCASESTR): New macro. |