Memory functions get the basic implementation. They can be tuned
as a follow up.
Details
Details
- Reviewers
michaelrj lntue - Commits
- rGf7e91f2b824a: [libc] Add riscv64 config.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145433
[libc] Add riscv64 config. ClosedPublic Authored by sivachandra on Mar 6 2023, 2:40 PM.
Details
Summary Memory functions get the basic implementation. They can be tuned
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 6 2023, 2:40 PM This revision is now accepted and ready to land.Mar 6 2023, 2:43 PM This revision was landed with ongoing or failed builds.Mar 6 2023, 3:04 PM Closed by commit rGf7e91f2b824a: [libc] Add riscv64 config. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502814 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
|