[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:08:41 PDT 2023


gchatelet updated this revision to Diff 544718.
gchatelet added a comment.
Herald added a subscriber: MaskRay.

- Integrate vext
- Add RISCV VEXT feature detection


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.544718.patch
Type: text/x-patch
Size: 12014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230727/9b35a09c/attachment.bin>


More information about the libc-commits mailing list