zephyr/lib/libc
Allan Stephens b52a09f536 Optimize performance of memset() and memcpy()
Builds upon the approach taken by the x86 version of k_memset()
and k_memcpy() APIs, which uses word-sized operations for greater
efficiency when manipulating large buffers. The algorithms used
here are architecture-independent.

Change-Id: I01ea8b22c8e6028f881e9b61ccc3a01e8ba4c02b
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:14:12 -05:00
..
minimal Optimize performance of memset() and memcpy() 2016-02-05 20:14:12 -05:00
newlib libc: add license header 2016-02-05 20:14:09 -05:00
Makefile Kbuild: enable toolchain newlib library instead of minimal libc 2016-02-05 20:14:09 -05:00