commit | 2fdbac97219956490345d0d278175ffc147a05b7 | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Tue May 12 11:59:39 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue May 12 17:02:15 2020 +0100 |
tree | db33f58a0c824d41e2339de78bec146fa02cecdc | |
parent | 04957075ce0d289d3abf841103c14b7b03ffeb46 [diff] |
string: Improve strlen-mte performance Improve strlen performance by using a much simpler SIMD implementation. On various micro architectures the speedup is 11% on large strings and 63% on small strings.