[LIBC] Add an optimized memcmp implementation for AArch64
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 7 Jul 2021 14:57:15 +0000 (15:57 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Wed, 7 Jul 2021 14:59:14 +0000 (15:59 +0100)
commit366805ea175e12d98903e35854c9898964fecde2
tree7550316b1eedd794337cc9cdfeddf49d3ad41904
parentd0fe294729a2ac45625ed45a5619c8405a14db49
[LIBC] Add an optimized memcmp implementation for AArch64

Differential Revision: https://reviews.llvm.org/D105441
libc/src/string/CMakeLists.txt
libc/src/string/aarch64/memcmp.cpp [new file with mode: 0644]
libc/src/string/memory_utils/elements.h
libc/src/string/memory_utils/elements_aarch64.h [new file with mode: 0644]
libc/test/src/string/CMakeLists.txt
libc/test/src/string/memcmp_test.cpp