commit | 6d09ce9f98d067f7509dc89109ffa58aa56cb2dd | [log] [tgz] |
---|---|---|
author | Gabor Kertesz <gabor.kertesz@arm.com> | Wed Apr 08 11:14:02 2020 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Apr 08 13:21:22 2020 +0100 |
tree | f8d22c8408562b741a7b22db0e54170f92a88f90 | |
parent | 72b1035135ef08b9aed453c8182659594b2578ec [diff] |
ARMv8.5 MTE: Make strchr-mte big and little endian compatible. Previously used LDR istrunction resulted little endian behavior. This LD1 results byte-by-byte load. Testing done: optimized-routines/string/test/memchr.c Big Endian test: qemu-aarch64_be Booted nanodroid with MTE enabled. bionic string tests with MTE enabled.