[libc-commits] [PATCH] D80010: [libc] Add memset and bzero implementations

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 15 07:34:09 PDT 2020


gchatelet created this revision.
gchatelet added reviewers: sivachandra, abrachet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.

This patch adds general purpose `memset` and `bzero` implementations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80010

Files:
  libc/lib/CMakeLists.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/bzero.cpp
  libc/src/string/bzero.h
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/memset.cpp
  libc/src/string/memset.h
  libc/src/string/x86/CMakeLists.txt
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/bzero_test.cpp
  libc/test/src/string/memcpy_test.cpp
  libc/test/src/string/memset_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80010.264239.patch
Type: text/x-patch
Size: 21203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200515/47809ef8/attachment-0001.bin>


More information about the libc-commits mailing list