[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 08:39:37 PDT 2020


gchatelet updated this revision to Diff 264254.
gchatelet added a comment.

rebase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80010/new/

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.264254.patch
Type: text/x-patch
Size: 21853 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200515/cc98a251/attachment-0001.bin>


More information about the libc-commits mailing list