about summary refs log tree commit diff
path: root/sysdeps/i386/i686/multiarch/strcspn.S
Commit message (Collapse)AuthorAgeFilesLines
* Define bit_SSE2 and index_SSE2.H.J. Lu2009-12-131-3/+3
|
* Use PIC only if SHARED is defined.H.J. Lu2009-08-081-0/+15
| | | | For ia32, we can avoid PIC in IFUNC functions in static library.
* Add x86 SSE strlen.Ulrich Drepper2009-08-041-3/+3
|
* Add x86 32-bit SSE4.2 string functions.H.J. Lu2009-08-041-0/+99
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.