[all-commits] [llvm/llvm-project] af059d: [libc] Add a reasonably optimized version for bcmp
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Nov 30 02:52:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af059dfef5a766ceb0ac29318dfb7102131d933e
https://github.com/llvm/llvm-project/commit/af059dfef5a766ceb0ac29318dfb7102131d933e
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-11-30 (Tue, 30 Nov 2021)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/bcmp.cpp
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/bcmp_implementations.h
M libc/test/src/string/bcmp_test.cpp
Log Message:
-----------
[libc] Add a reasonably optimized version for bcmp
This is based on current memcmp implementation.
Differential Revision: https://reviews.llvm.org/D114432
More information about the All-commits
mailing list