[libc-commits] [PATCH] D136292: [libc] mem* framework v3

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Oct 22 14:09:30 PDT 2022


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

- Fix aarch64 bcmp tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136292

Files:
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/README.md
  libc/src/string/memory_utils/op_aarch64.h
  libc/src/string/memory_utils/op_builtin.h
  libc/src/string/memory_utils/op_generic.h
  libc/src/string/memory_utils/op_x86.h
  libc/src/string/memory_utils/utils.h
  libc/test/src/string/memory_utils/CMakeLists.txt
  libc/test/src/string/memory_utils/op_tests.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136292.469931.patch
Type: text/x-patch
Size: 61062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221022/b4a665fd/attachment-0001.bin>


More information about the libc-commits mailing list