about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/strspn-c.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-24/+21
|
* Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu2009-07-031-0/+287