[libc-commits] [PATCH] D113108: [libc][NFC] Allow memset (and bzero) to be inlined

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Nov 3 08:02:31 PDT 2021


gchatelet updated this revision to Diff 384443.
gchatelet added a comment.
Herald added a subscriber: mgorny.

- Also fix CMakeLists.txt


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113108

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/aarch64/memset.cpp
  libc/src/string/bzero.cpp
  libc/src/string/memory_utils/memset_implementations.inl
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/memset.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113108.384443.patch
Type: text/x-patch
Size: 8630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211103/5e478876/attachment.bin>


More information about the libc-commits mailing list