commit | bfaeb591c6c20cf83d0f64e0c63bfc253713e4e0 | [log] [tgz] |
---|---|---|
author | Gabor Kertesz <gabor.kertesz@arm.com> | Fri Apr 24 13:46:50 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Thu Apr 30 08:57:31 2020 +0100 |
tree | f190074518d45bce05b2ca631a93bf4d22b070b0 | |
parent | 878eb93ffff971a775cb3a23b333db73441f51e6 [diff] |
ARMv8.5 MTE: Add MTE compatible version of strrchr. Reading outside the range of the string is only allowed within 16 byte aligned granules when MTE is enabled. This implementation is based on string/aarch64/strrchr.S. Testing done: optimized-routines/string/test/strrchr.c Booted nanodroid with MTE enabled. Bionic string tests with MTE enabled. Big endian with Qemu: qemu-aarch64_be