commit | 878eb93ffff971a775cb3a23b333db73441f51e6 | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Wed Apr 29 15:24:18 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Apr 30 08:57:21 2020 +0100 |
tree | 39e489582bef94c616e4e59d072ff9aeb40e4ba3 | |
parent | 7aeabda56a8d93c5b1c3cd74b66ca5fe3e75d66a [diff] |
string: Improve strchrnul-mte performance Improve strchrnul performance by using more efficient termination tests. On various micro architectures the speedup is 20% on large strings and 26% on small strings.