Rather than using a C implementation of memmove, directly call memmove, which
authorWilco Dijkstra <wdijkstr@arm.com>
Fri, 27 Feb 2015 14:44:41 +0000 (14:44 +0000)
committerWilco Dijkstra <wdijkstr@arm.com>
Fri, 27 Feb 2015 14:44:41 +0000 (14:44 +0000)
commitaf96be34825586536ebcfbf5c675e795ddd3c8fa
treeadba8ec7e3a3a54821aeeea0f8616637ce2f4b09
parentddcf6798d35beca3c4eec80ea448b57fd45558f4
Rather than using a C implementation of memmove, directly call memmove, which
typically has a much faster optimized implementation.
ChangeLog
string/bcopy.c