diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-10-22 22:47:12 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-22 22:47:12 -0700 |
commit | 001659f4d59d675c48a7748594e784fb35a5678d (patch) | |
tree | 5e4beef73cbcd1100c7ca505d04c5a6305fd7041 /ChangeLog | |
parent | 31ba3e7a7d0f0614122f03f4350904415d94877b (diff) | |
download | glibc-001659f4d59d675c48a7748594e784fb35a5678d.tar.gz glibc-001659f4d59d675c48a7748594e784fb35a5678d.tar.xz glibc-001659f4d59d675c48a7748594e784fb35a5678d.zip |
Implement SSE4.2 optimized strchr and strrchr.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ccbb625461..b88343fa7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-10-21 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add + strend-sse4. + * sysdeps/x86_64/multiarch/strchr.S: New file. + * sysdeps/x86_64/multiarch/strend-sse4.S: New file. + * sysdeps/x86_64/multiarch/strrchr.S: New file. + 2009-10-21 Andreas Schwab <schwab@redhat.com> * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols. |