aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/strchr.S
AgeCommit message (Collapse)Author
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva
2010-10-25Fix x86-64 strchr propagation of search byte into all bytes of SSE registerRichard Li
2009-12-13Define bit_XXX and index_XXX.H.J. Lu
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.
2009-10-22Fix whitespaces.Ulrich Drepper
2009-10-22Implement SSE4.2 optimized strchr and strrchr.H.J. Lu