commit | 7aeabda56a8d93c5b1c3cd74b66ca5fe3e75d66a | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Wed Apr 29 15:21:25 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Apr 30 08:57:21 2020 +0100 |
tree | 152b17e4029c884921b5727d44e15f9b6649325c | |
parent | 2f12ab4a5c85b3f7cc061f486c86b2c5195d9fb6 [diff] |
string: Improve strchr-mte performance Improve strchr performance by using a more efficient termination test. On various micro architectures the speedup is 19% on large strings and 19% on small strings.