[all-commits] [llvm/llvm-project] cd2f5d: [libc] rewrite aarch64 memcmp implementation
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Jul 29 07:41:32 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd2f5d5b496d43924c27e22f8abd9cff9266d028
https://github.com/llvm/llvm-project/commit/cd2f5d5b496d43924c27e22f8abd9cff9266d028
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-07-29 (Thu, 29 Jul 2021)
Changed paths:
M libc/src/string/aarch64/memcmp.cpp
M libc/src/string/memory_utils/elements.h
Log Message:
-----------
[libc] rewrite aarch64 memcmp implementation
This patch is simply rearranging the code layout so it's easier to understand.
Differential Revision: https://reviews.llvm.org/D106641
More information about the All-commits
mailing list