[libc-commits] [PATCH] D148717: [libc] Improve memcmp latency and codegen
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 12 06:44:04 PDT 2023
gchatelet updated this revision to Diff 530492.
gchatelet added a comment.
- Prevent pulling the limits.h header which turns out to define PTHREAD_STACK_MIN on aarch64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148717/new/
https://reviews.llvm.org/D148717
Files:
libc/src/__support/macros/properties/architectures.h
libc/src/string/CMakeLists.txt
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/memcmp_implementations.h
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/memory_utils/op_aarch64.h
libc/src/string/memory_utils/op_generic.h
libc/src/string/memory_utils/op_riscv.h
libc/src/string/memory_utils/op_x86.h
libc/src/string/memory_utils/utils.h
libc/src/string/memory_utils/x86_64/memcmp_implementations.h
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: D148717.530492.patch
Type: text/x-patch
Size: 86645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230612/a71c18eb/attachment-0001.bin>
More information about the libc-commits
mailing list