commit | 2f12ab4a5c85b3f7cc061f486c86b2c5195d9fb6 | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wdijkstr@arm.com> | Fri Apr 24 13:33:12 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Apr 30 08:57:21 2020 +0100 |
tree | 94719e7ef1520a6d54a27eeae3f6e386d1f7d278 | |
parent | 6306e48c7cf0097aa0efbdf99e2832417667c8b7 [diff] |
string: Improve strrchr performance Improve strrchr performance by using a more efficient termination test. On various micro architectures the speedup is 11% on large strings.