Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up unnecessary libc_hidden_builtin_def fiddling in x86 multiarch ↵ | Roland McGrath | 2009-10-06 | 1 | -2/+4 |
| | | | | definitions. | ||||
* | Fix strstr/strcasestr/fma/fmaf on x86_64. | Jakub Jelinek | 2009-09-02 | 1 | -1/+2 |
| | |||||
* | SSE4.2 strstr/strcasestr for x86-64. | H.J. Lu | 2009-07-20 | 1 | -0/+12 |
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm. |