mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
2b7a8664fa
This patch implements SSE4.2 strstr/strcasestr, using Knuth-Morris-Pratt string searching algorithm.
4 lines
86 B
C
4 lines
86 B
C
#define USE_AS_STRCASESTR
|
|
#define STRSTR_SSE42 __strcasestr_sse42
|
|
#include "strstr.c"
|