commit | cbbc59656a7d3e8a949142bf2ed75a4fefc66bac | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Tue May 12 11:58:47 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue May 12 17:02:15 2020 +0100 |
tree | 59c763ecae712ec38b6b66da1ced982c557a1c02 | |
parent | 6b23ea83a64195e0c22f159c138a912cd2818f30 [diff] |
string: Improve memchr-mte performance Improve memchr performance by using a more efficient termination test. On various micro architectures the speedup is 16% on large strings and 46% on small strings.