mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
23f0d81608
This patch is based on __strcmp_power10. Improvements from __strncmp_power9: 1. Uses new POWER10 instructions - This code uses lxvp to decrease contention on load by loading 32 bytes per instruction. 2. Performance implication - This version has around 38% better performance on average. - Minor performance regression is seen for few small sizes and specific combination of alignments. Signed-off-by: Amrita H S <amritahs@linux.ibm.com> Reviewed-by: Peter Bergner <bergner@linux.ibm.com> |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
power7 | ||
power8 | ||
power9 | ||
power10 | ||
power11 | ||
configure | ||
configure.ac | ||
dl-hwcap-check.h | ||
dl-hwcaps-subdirs.c | ||
Implies | ||
Implies-before | ||
Makefile | ||
no_ldbl_gnu_attribute.c | ||
tst-glibc-hwcaps.c |