[all-commits] [llvm/llvm-project] b6a20a: [libc] Add memchr implementation.
Chris Gyurgyik via All-commits
all-commits at lists.llvm.org
Tue Jul 7 14:09:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b6a20a4970813e0c64e2799f83ec246a82f70438
https://github.com/llvm/llvm-project/commit/b6a20a4970813e0c64e2799f83ec246a82f70438
Author: cgyurgyik <gyurgyikcp at gmail.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/string/CMakeLists.txt
A libc/src/string/memchr.cpp
A libc/src/string/memchr.h
M libc/test/src/CMakeLists.txt
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/memchr_test.cpp
Log Message:
-----------
[libc] Add memchr implementation.
More information about the All-commits
mailing list