[libc-commits] [PATCH] D106511: [libc] Add explicit C++ casting to strchr, strrchr, memchr, and memrchr
Alf via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Jul 25 15:19:35 PDT 2021
gAlfonso-bit updated this revision to Diff 361550.
gAlfonso-bit added a comment.
Add benefits to processor specific string functions
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106511/new/
https://reviews.llvm.org/D106511
Files:
libc/src/string/aarch64/memcmp.cpp
libc/src/string/aarch64/memcpy.cpp
libc/src/string/memchr.cpp
libc/src/string/memcmp.cpp
libc/src/string/memcpy.cpp
libc/src/string/memmove.cpp
libc/src/string/memory_utils/elements.h
libc/src/string/memory_utils/memset_utils.h
libc/src/string/memory_utils/utils.h
libc/src/string/memrchr.cpp
libc/src/string/strcat.cpp
libc/src/string/strchr.cpp
libc/src/string/strcmp.cpp
libc/src/string/strcpy.cpp
libc/src/string/strcspn.cpp
libc/src/string/string_utils.h
libc/src/string/strlen.cpp
libc/src/string/strncpy.cpp
libc/src/string/strnlen.cpp
libc/src/string/strpbrk.cpp
libc/src/string/strrchr.cpp
libc/src/string/strspn.cpp
libc/src/string/strstr.cpp
libc/src/string/strtok.cpp
libc/src/string/strtok_r.cpp
libc/src/string/x86_64/memcpy.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106511.361550.patch
Type: text/x-patch
Size: 32286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210725/784cf8b9/attachment-0001.bin>
More information about the libc-commits
mailing list