commit | 1f931789af1de083166923cf490a02e721e79daf | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wdijkstr@arm.com> | Thu Feb 27 11:25:00 2020 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Feb 27 16:55:06 2020 +0000 |
tree | 5f9457353920454d6a72f050ed5168bc179f0fa1 | |
parent | 718e742f3d05326de63c844c080948cc79dff701 [diff] |
string: Optimize SIMD memcpy Further optimize SIMD memcpy. Small cases now include copies up to 32 bytes. 64-128 byte copies are split into two cases to improve performance of 64-96 byte copies. Comments have been rewritten. Performance on the random memcpy benchmark is ~10% faster.