[libc-commits] [PATCH] D145433: [libc] Add riscv64 config.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 6 14:40:39 PST 2023


sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, luke, VincentWu, vkmr, frasercrmck, ecnelises, evandro, luismarques, apazos, sameer.abuasal, tschuett, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, arichardson.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Herald added subscribers: pcwang-thead, eopXD.

Memory functions get the basic implementation. They can be tuned
as a follow up.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145433

Files:
  libc/cmake/modules/LLVMLibCArchitectures.cmake
  libc/config/linux/riscv64/entrypoints.txt
  libc/config/linux/riscv64/headers.txt
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/memset_implementations.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145433.502814.patch
Type: text/x-patch
Size: 7906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230306/1495b436/attachment-0001.bin>


More information about the libc-commits mailing list