aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strchr.S
AgeCommit message (Expand)AuthorFilesLines
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu1-57/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu1-5/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-09-11Faster strchr implementation.Ondřej Bílka1-127/+0
2013-06-28Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu1-2/+6
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva1-1/+5
2010-10-25Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li1-2/+2
2009-12-13Define bit_XXX and index_XXX.H.J. Lu1-2/+2
2009-10-22Fix whitespaces.Ulrich Drepper1-8/+8
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu1-0/+177