diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-04 18:15:02 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-04 18:15:02 -0700 |
commit | 2c709c6f05ed5cbcf30df89d3aa63b78a38bf968 (patch) | |
tree | 6b995472f6c187b9bc77b743726918a34e36ef62 /ChangeLog | |
parent | 02cea47161c00969afa985e641f4ac376f84d35f (diff) | |
download | glibc-2c709c6f05ed5cbcf30df89d3aa63b78a38bf968.tar.gz |
Add x86 SSE strlen.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |