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

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 17 10:59:24 PDT 2021


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
gchatelet requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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/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.366956.patch
Type: text/x-patch
Size: 9445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210817/e3b3435b/attachment.bin>


More information about the libc-commits mailing list