about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-04 18:15:02 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-04 18:15:02 -0700
commit2c709c6f05ed5cbcf30df89d3aa63b78a38bf968 (patch)
tree6b995472f6c187b9bc77b743726918a34e36ef62 /ChangeLog
parent02cea47161c00969afa985e641f4ac376f84d35f (diff)
downloadglibc-2c709c6f05ed5cbcf30df89d3aa63b78a38bf968.tar.gz
glibc-2c709c6f05ed5cbcf30df89d3aa63b78a38bf968.tar.xz
glibc-2c709c6f05ed5cbcf30df89d3aa63b78a38bf968.zip
Add x86 SSE strlen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 149f66f1ff..94cfd06820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/i386/i686/multiarch/strcspn.S: Add comments for no
+	hidden IFUNC functions.
+	* sysdeps/i386/i686/multiarch/strspn.S: Likewise.
+
+	* sysdeps/i386/i686/multiarch/strlen.S: New file.
+
 	* sysdeps/i386/i686/multiarch/Makefile [subdir=string]
 	(sysdep_routines): Add strcspn-c, strpbrk-c, strspn-c, strstr-c, and
 	strcasestr-c.