[libc-commits] [PATCH] D155575: [libc] RISC-V V extension memory functions
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 27 05:30:22 PDT 2023
gchatelet updated this revision to Diff 544725.
gchatelet added a comment.
- Add all memfunctions for riscv with vext
- Ensure the subtraction is done with int instead of uint8
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155575/new/
https://reviews.llvm.org/D155575
Files:
libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
libc/cmake/modules/cpu_features/check_RISCV_VEXT.cpp
libc/src/__support/macros/properties/cpu_features.h
libc/src/string/CMakeLists.txt
libc/src/string/memory_utils/riscv/inline_bcmp.h
libc/src/string/memory_utils/riscv/inline_memcmp.h
libc/src/string/memory_utils/riscv/inline_memcpy.h
libc/src/string/memory_utils/riscv/inline_memset.h
libc/src/string/memory_utils/riscv/inline_vext.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155575.544725.patch
Type: text/x-patch
Size: 14696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230727/2f7df0f6/attachment-0001.bin>
More information about the libc-commits
mailing list