commit | 0f67de14e605f519d74ed6fff67c6712158459d3 | [log] [tgz] |
---|---|---|
author | Johannes Carlsson <johannes.carlsson.x@sonyericsson.com> | Thu Feb 03 15:16:15 2011 +0100 |
committer | Johan Redestig <johan.redestig@sonyericsson.com> | Thu Feb 03 15:17:13 2011 +0100 |
tree | a68c0e239c76d60c6d5dc6f193a485b04553cb35 | |
parent | 9a3305128920e0ff018d267d1bf4f5e58a5146e5 [diff] |
Use more optimized version of memmove On ARM there is currently no assembler optimized memmove in libc. There is however a more optimized bcopy which copies long instead of bytes where possible. This almost doubles the performance in best case. Change-Id: I1f1cd27529443358047c385730deaf938ce4e642