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