commit | 224cb5f67b71757b99fe1e10b5a437c17a1d733c | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Wed Jul 01 08:28:46 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Jul 01 08:28:56 2020 +0100 |
tree | 2684be4f54912a716e42c69d0cbb8ea83f3cfcb2 | |
parent | bb88c18ff0b9a95ff5ecc780a2f71a3e9eec7bbc [diff] |
string: Optimize strlen Optimize strlen using a mix of scalar and SIMD code. On modern micro architectures large strings are 55% faster than the current version, and 35% faster than strlen-mte. On the random strlen benchmark the speedup is 3.4% and 40% respectively.