mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00:00
d3b00f468b
This patch adds an optimized POWER8 strncmp. The implementation focus on speeding up unaligned cases follwing the ideas of power8 strcmp. The algorithm first check the initial 16 bytes, then align the first function source and uses unaligned loads on second argument only. Aditional checks for page boundaries are done for unaligned cases (where sources alignment are different). |
||
---|---|---|
.. | ||
fpu | ||
multiarch | ||
Implies | ||
memset.S | ||
stpcpy.S | ||
stpncpy.S | ||
strcmp.S | ||
strcpy.S | ||
strncmp.S | ||
strncpy.S |