commit | fa69d42a8c196b3fa4c492fe4950fe4e39976a8c | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Fri May 01 09:27:13 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri May 01 09:28:22 2020 +0100 |
tree | 4c2fdad156ea458a0f49dc83cea4a9dd822ab314 | |
parent | 7bb8464fd27e08fb9540589581644b53d876fe00 [diff] |
string: Further improve strchrnul-mte performance Remove 2 more instructions, resulting in a 9.8% speedup of medium sized strings (16-32). The BTI patch changed ENTRY so the loops got misaligned, this fixes that regression.