about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strchr.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Faster strchr implementation.Ondřej Bílka2013-09-111-127/+0
|
* Skip SSE4.2 versions on Intel SilvermontLiubov Dmitrieva2013-06-281-0/+2
| | | | SSE2/SSSE3 versions are faster than SSE4.2 versions on Intel Silvermont.
* 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
| | | | | | This patch defines bit_XXX and index_XXX and use them to check processor feature in assembly code. It can prevent typos in processor feature check.
* Fix whitespaces.Ulrich Drepper2009-10-221-8/+8
|
* Implement SSE4.2 optimized strchr and strrchr.H.J. Lu2009-10-221-0/+177