about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-20 21:18:28 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-20 21:18:28 -0700
commita8f895ebe15c8988618ab1948d3f7035341a2eb7 (patch)
tree7b1a5cf8112acd7eeef69d542edcff7b96daaa5b /ChangeLog
parent2b7a8664fa86a182c053b6743f36a5ea8bf6bf6f (diff)
downloadglibc-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--ChangeLog6
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.