glibc/sysdeps/powerpc/powerpc64/power9
Rajalakshmi Srinivasaraghavan 04f0fd640d powerpc: Improve strcmp performance for shorter strings
For strings >16B and <32B existing algorithm takes more time than default
implementation when strings are placed closed to end of page. This is due
to byte by byte access for handling page cross. This is improved by
following >32B code path where the address is adjusted to aligned memory
before doing load doubleword operation instead of loading bytes.

Tested on powerpc64 and powerpc64le.
2017-02-07 10:40:26 +05:30
..
fpu
multiarch
Implies
strcmp.S powerpc: Improve strcmp performance for shorter strings 2017-02-07 10:40:26 +05:30
strncmp.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00