Improve memccpy performance by using memchr/memcpy/mempcpy rather than
commitf29ac72effae859140bb0d7fffdb1e6cef0ffed0
authorWilco Dijkstra <wdijkstr@arm.com>
Wed, 5 Aug 2015 14:24:06 +0000 (5 15:24 +0100)
committerWilco Dijkstra <wdijkstr@arm.com>
Wed, 5 Aug 2015 15:24:03 +0000 (5 16:24 +0100)
tree8f21084d089aa7048842421dcaac965299a8d10b
parentf6482cf29d3094ca9688be59802353014c528959
Improve memccpy performance by using memchr/memcpy/mempcpy rather than
a byte loop. Overall performance on bench-memccpy is > 2x faster when
using the C implementation of memchr and an optimized memcpy.
ChangeLog
string/memccpy.c