mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
04f0fd640d
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. |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
Implies | ||
strcmp.S | ||
strncmp.S |