[libc-commits] [PATCH] D108225: [libc] Add a trivial implementation for bcmp

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Aug 19 02:09:44 PDT 2021


gchatelet updated this revision to Diff 367429.
gchatelet marked an inline comment as done.
gchatelet added a comment.

- Address comments and rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108225

Files:
  libc/benchmarks/CMakeLists.txt
  libc/benchmarks/LibcMemoryBenchmarkMain.cpp
  libc/benchmarks/LibcMemoryGoogleBenchmarkMain.cpp
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/llvm_libc_ext.td
  libc/src/string/CMakeLists.txt
  libc/src/string/bcmp.cpp
  libc/src/string/bcmp.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/bcmp_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108225.367429.patch
Type: text/x-patch
Size: 10086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210819/3894d58d/attachment.bin>


More information about the libc-commits mailing list