[all-commits] [llvm/llvm-project] 83f392: [libc][NFC] Split memset implementations per platform
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jul 17 04:12:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83f3920854661e1b52e0ee7e290aea0fe2fbfded
https://github.com/llvm/llvm-project/commit/83f3920854661e1b52e0ee7e290aea0fe2fbfded
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
A libc/src/string/memory_utils/aarch64/memset_implementations.h
M libc/src/string/memory_utils/memset_implementations.h
A libc/src/string/memory_utils/riscv/memset_implementations.h
A libc/src/string/memory_utils/x86_64/memset_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][NFC] Split memset implementations per platform
This is a follow up on D154800 and D154770 to make the code structure more principled and avoid too many nested #ifdef/#endif.
Reviewed By: courbet
Differential Revision: https://reviews.llvm.org/D155174
More information about the All-commits
mailing list