about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strcspn-c.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Add missing copyright year updated and pretty printing.Ulrich Drepper2010-08-241-1/+1
|
* Clean up SSE variable shiftsRichard Henderson2010-08-241-147/+7
|
* Avoid warning through fake initialization.Ulrich Drepper2009-08-071-0/+2
|
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-041-2/+2
| | | | | | This patch adds 32bit SSE4.2 string functions. It uses -16L instead of 0xfffffffffffffff0L, which works for both 32bit and 64bit long. Tested on 32bit Core i7 and Core 2.
* Minor cleanups in recently added files.Ulrich Drepper2009-07-031-55/+36
|
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-031-0/+331