Details
Details
- Reviewers
courbet - Commits
- rG1c4e4e03bdf6: [libc][NFC] Split bcmp implementations per platform
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155076
[libc][NFC] Split bcmp implementations per platform ClosedPublic Authored by gchatelet on Jul 12 2023, 5:36 AM.
Details
Summary
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 12 2023, 5:36 AM This revision is now accepted and ready to land.Jul 13 2023, 2:42 AM Closed by commit rG1c4e4e03bdf6: [libc][NFC] Split bcmp implementations per platform (authored by gchatelet). · Explain WhyJul 13 2023, 3:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539920 libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/aarch64/bcmp_implementations.h
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/riscv/bcmp_implementations.h
libc/src/string/memory_utils/x86_64/bcmp_implementations.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
|