commit | b52a09f536c7dd993d233bdb700ac4848c307d8f | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Mon May 25 13:50:16 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:12 2016 -0500 |
tree | 3e9803ec287af7bc001ef7c60804fb021279fe17 | |
parent | 3c0b6f0379cc91e26271131ccdd0efa8ed3543cc [diff] |
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>