[libc-commits] [PATCH] D114432: [libc] Add a reasonably optimized version for bcmp

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 23 03:48:58 PST 2021


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

This is based on current memcmp implementation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114432

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/bcmp.cpp
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/test/src/string/bcmp_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114432.389151.patch
Type: text/x-patch
Size: 5611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211123/ee036f27/attachment.bin>


More information about the libc-commits mailing list