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