summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/rawmemchr.S
Commit message (Collapse)AuthorAgeFilesLines
* Fix rawmemchr regression on bulldozer.Ondřej Bílka2013-08-301-103/+0
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Add x86-64 __libc_ifunc_impl_listH.J. Lu2012-10-111-1/+7
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Optimize x86-64 rawmemchr and add testUlrich Drepper2011-10-191-4/+3
|
* Improve 64 bit memchr, memrchr, rawmemchr with SSE2Liubov Dmitrieva2011-10-071-3/+7
|
* 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.
* Move SSE4.2 functions together.Ulrich Drepper2009-08-081-0/+1
|
* Align functions to 16-byte boundary.Ulrich Drepper2009-07-031-0/+1
| | | | | | Some of the new multi-arch string functions for x86-64 were not aligned to 16 byte boundarie,s possibly creating unnecessary cache line misses and delays.
* Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2009-06-051-0/+93