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