about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strchr.S
Commit message (Expand)AuthorAgeFilesLines
* Implemented bound check support for string/memory routines for x86_64. ldmitrie/intel_mpxLiubov Dmitrieva2013-10-231-0/+22
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-281-0/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add x86-64 __libc_ifunc_impl_listH.J. Lu2012-10-111-2/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva2011-09-051-1/+5
* Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li2010-10-251-2/+2
* Define bit_XXX and index_XXX.H.J. Lu2009-12-131-2/+2
* Fix whitespaces.Ulrich Drepper2009-10-221-8/+8
* Implement SSE4.2 optimized strchr and strrchr.H.J. Lu2009-10-221-0/+177