Implement SSE4.2 optimized strchr and strrchr.
commit001659f4d59d675c48a7748594e784fb35a5678d
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 23 Oct 2009 05:47:12 +0000 (22 22:47 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 23 Oct 2009 05:47:12 +0000 (22 22:47 -0700)
tree5e4beef73cbcd1100c7ca505d04c5a6305fd7041
parent31ba3e7a7d0f0614122f03f4350904415d94877b
Implement SSE4.2 optimized strchr and strrchr.
ChangeLog
sysdeps/x86_64/multiarch/Makefile
sysdeps/x86_64/multiarch/strchr.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strend-sse4.S [new file with mode: 0644]
sysdeps/x86_64/multiarch/strrchr.S [new file with mode: 0644]