mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
6eaf95cbfa
This patch add a optimized strcspn for POWER7 by using a different algorithm than default implementation: it constructs a table based on the 'accept' argument and use this table to check for any occurance on the input string. The idea is similar as x86_64 uses. For PowerPC some tunings were added, such as unroll loops and align stack memory to table to 16 bytes (so VSX clean can ran without alignment issues). |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
add_n.S | ||
Implies | ||
Makefile | ||
memchr.S | ||
memcmp.S | ||
memcpy.S | ||
mempcpy.S | ||
memrchr.S | ||
memset.S | ||
rawmemchr.S | ||
stpcpy.S | ||
strcasecmp_l.S | ||
strcasecmp.S | ||
strchr.S | ||
strchrnul.S | ||
strcpy.S | ||
strcspn.S | ||
strlen.S | ||
strncat.S | ||
strncmp.S | ||
strnlen.S | ||
strrchr.S | ||
strspn.S | ||
sub_n.S |