commit | ad3f8defff6ec560994d469d656ef2ec6804c22f | [log] [tgz] |
---|---|---|
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | Tue May 12 11:59:54 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue May 12 17:02:15 2020 +0100 |
tree | b8659e7944f2955c2fb72fb8f1a0dc9b02451335 | |
parent | 2fdbac97219956490345d0d278175ffc147a05b7 [diff] |
string: Add optimized memrchr Add optimized MTE-comparible memrchr. This walks the input backwards using the same algorithm as memchr-mte.