[all-commits] [llvm/llvm-project] 7f20e2: [libc][NFC] Move memcmp implementations in subfolders
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Mar 14 05:47:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f20e2a8d2ba73a8b05742903f4ae42afec82bff
https://github.com/llvm/llvm-project/commit/7f20e2a8d2ba73a8b05742903f4ae42afec82bff
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/aarch64/memcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
A libc/src/string/memory_utils/x86_64/memcmp_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Move memcmp implementations in subfolders
More information about the All-commits
mailing list