[all-commits] [llvm/llvm-project] 366805: [LIBC] Add an optimized memcmp implementation for ...
Andre Vieira via All-commits
all-commits at lists.llvm.org
Wed Jul 7 07:59:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 366805ea175e12d98903e35854c9898964fecde2
https://github.com/llvm/llvm-project/commit/366805ea175e12d98903e35854c9898964fecde2
Author: Andre Vieira <andre.simoesdiasvieira at arm.com>
Date: 2021-07-07 (Wed, 07 Jul 2021)
Changed paths:
M libc/src/string/CMakeLists.txt
A libc/src/string/aarch64/memcmp.cpp
M libc/src/string/memory_utils/elements.h
A libc/src/string/memory_utils/elements_aarch64.h
M libc/test/src/string/CMakeLists.txt
M libc/test/src/string/memcmp_test.cpp
Log Message:
-----------
[LIBC] Add an optimized memcmp implementation for AArch64
Differential Revision: https://reviews.llvm.org/D105441
More information about the All-commits
mailing list