[libc] Add optimized memset for AArch64
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 23 Sep 2021 08:19:47 +0000 (09:19 +0100)
committerAndre Vieira <andre.simoesdiasvieira@arm.com>
Thu, 23 Sep 2021 08:19:47 +0000 (09:19 +0100)
commit8b87c3d5736730cda1d8856098621029b759f3d1
tree317699326c79ba7e8d6463442fbf0b8da522aaa2
parent904ca7d2ed97bf114fd11373c722acd1e54bfaa3
[libc] Add optimized memset for AArch64

Differential Revision: https://reviews.llvm.org/D107848
libc/src/string/CMakeLists.txt
libc/src/string/aarch64/memset.cpp [new file with mode: 0644]
libc/src/string/memory_utils/elements_aarch64.h