[libc-commits] [PATCH] D136292: [libc] mem* framework v3
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 20 05:55:52 PDT 2022
gchatelet updated this revision to Diff 469195.
gchatelet added a comment.
- Address comments
- Only test generic::Memset<64> for avx512
- fix formatting
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.469195.patch
Type: text/x-patch
Size: 59751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221020/8b621585/attachment-0001.bin>
More information about the libc-commits
mailing list