commit | 6b23ea83a64195e0c22f159c138a912cd2818f30 | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Tue May 12 11:58:30 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue May 12 17:02:15 2020 +0100 |
tree | cf15ece47fa8501ec9721b7c1b2adbbfb03d46d9 | |
parent | 0b7d1aeb9db4ac6791a030d2bb841d8ea9c665e5 [diff] |
string: Improve strnlen performance Improve strnlen performance by using a much simpler SIMD implementation. On modern micro architectures the speedup is 2.3x on large strings and 1.5x on small strings.