glibc/sysdeps/tile
Chris Metcalf c86f7b80f4 tilegx: provide optimized strnlen, strstr, and strcasestr
strnlen() is based on the existing tile strlen() with length
checking added.  It speeds up by up to 5x, but on average across
the benchtest corpus by around 35%.  No regressions are seen.

strstr() does 8-byte aligned loads and compares using a 2-byte
filter on the first two bytes of the needle and then testing
the remaining bytes in needle using memcmp().  It speeds up
about 5x in the best case (for "found" needles), about 2x looking
at benchtest as a whole, with some slowdowns as much as 45%.
on a few cases (including the "fail" case for 128KB search).

strcasestr() is based on strstr() but uses a SIMD tolower
routine to convert 8-bytes to lower case in 5 instructions.
It also uses a 2-byte filter and then strncasecmp() for the
remaining bytes.  strncasecmp() is not optimized for SIMD, so
there is futher room for improvement.  However, it is still up
to 16x faster for "found" needles, averaging 2x faster on the
whole corpus of benchtests.  It does slow down by up to 35%
on a few cases, similarly to strstr().
2014-10-06 11:19:18 -04:00
..
bits Fix -Wundef warnins for __FP_FAST_FMA* 2014-03-21 17:28:43 +05:30
nptl Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
tilegx tilegx: provide optimized strnlen, strstr, and strcasestr 2014-10-06 11:19:18 -04:00
tilepro
__longjmp.S
__tls_get_addr.S
_mcount.S
abort-instr.h
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
bzero.S
crti.S
crtn.S
dl-lookupcfg.h
dl-machine.h [BZ #17354] tile: Fix up corner cases with signed relocations 2014-09-06 12:24:03 -04:00
dl-runtime.c tile: Fix cut-and-paste bug in commit fcccd5128. 2014-04-04 15:03:47 -04:00
dl-start.S
dl-tls.c
dl-tls.h
dl-trampoline.S
ffs.c
ffsll.c
gccframe.h
Implies
jmpbuf-offsets.h
jmpbuf-unwind.h
ldsodefs.h
libm-test-ulps Don't include individual test ulps in libm-test-ulps. 2014-03-05 15:02:38 +00:00
machine-gmon.h
Makefile
math_private.h
memcopy.h Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE 2014-06-28 06:05:24 +05:30
preconfigure Remove relro configure test. 2014-06-27 16:51:22 +00:00
s_fma.c
s_fmaf.c
setjmp.S
sfp-machine.h
sotruss-lib.c
stackguard-macros.h
stackinfo.h
start.S
sysdep.h
tls-macros.h
tst-audit.h
Versions
wordcopy.c