mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 06:10:10 +00:00
e413b14e18
This patch optimizes strcasestr function for power >= 8 systems. The average improvement of this optimization is ~40% and compares 16 bytes at a time using vector instructions. This patch is tested on powerpc64 and powerpc64le. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
Implies | ||
Makefile | ||
memset.S | ||
stpcpy.S | ||
stpncpy.S | ||
strcasestr-ppc64.c | ||
strcasestr.S | ||
strcmp.S | ||
strcpy.S | ||
strlen.S | ||
strncmp.S | ||
strncpy.S | ||
strspn.S |