glibc/sysdeps/powerpc/powerpc64/power8
Rajalakshmi Srinivasaraghavan 30e4cc5413 powerpc: Fix return code of strcasecmp for unaligned inputs
If the input values are unaligned and if there are null characters in the
memory before the starting address of the input values, strcasecmp
gives incorrect return code. Fixed it by adding mask the bits that
are not part of the string.
2016-07-05 21:20:41 +05:30
..
fpu powerpc: Add a POWER8-optimized version of sinf() 2016-06-30 16:08:49 -03:00
multiarch
Implies
Makefile powerpc: strcasestr optmization for power8 2016-04-22 19:23:13 +05:30
memset.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
stpcpy.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
stpncpy.S powerpc: Fix --disable-multi-arch build on POWER8 2016-06-06 16:03:29 -03:00
strcasecmp.S powerpc: Fix return code of strcasecmp for unaligned inputs 2016-07-05 21:20:41 +05:30
strcasestr-ppc64.c powerpc: strcasestr optmization for power8 2016-04-22 19:23:13 +05:30
strcasestr.S powerpc: Fix --disable-multi-arch build on POWER8 2016-06-06 16:03:29 -03:00
strcmp.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
strcpy.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
strcspn.S powerpc: Add optimized strcspn for P8 2016-04-25 09:11:02 -05:00
strlen.S powerpc: Optimization for strlen for POWER8. 2016-04-15 17:19:19 -03:00
strncase.S powerpc: strcasecmp/strncasecmp optmization for power8 2016-06-14 14:51:16 +05:30
strncmp.S Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
strncpy.S powerpc: Fix --disable-multi-arch build on POWER8 2016-06-06 16:03:29 -03:00
strspn.S powerpc: Add optimized strcspn for P8 2016-04-25 09:11:02 -05:00