summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/assert.c
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2015-07-13 13:03:02 +0100
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2015-07-13 13:03:02 +0100
commit9503c7f27566e1aaa739e8d5856db81795188030 (patch)
tree4794691ae101bee5c1daef4338711657979f48cf /newlib/libc/stdlib/assert.c
parenta505f607be053b45c8dd28e25a05770741ecd265 (diff)
downloadcygnal-9503c7f27566e1aaa739e8d5856db81795188030.tar.gz
cygnal-9503c7f27566e1aaa739e8d5856db81795188030.tar.bz2
cygnal-9503c7f27566e1aaa739e8d5856db81795188030.zip
[AArch64] Optimized memmove.
This is an optimized memmove for AArch64. All copies of up to 96 bytes and all backward copies are done by the new memcpy. The only remaining case is large forward copies which are done in the same way as the memcpy loop, but copying from the end rather than the start.
Diffstat (limited to 'newlib/libc/stdlib/assert.c')
0 files changed, 0 insertions, 0 deletions