[all-commits] [llvm/llvm-project] 6cf53d: [libc] Implemented wmemset and added tests (#141691)
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Thu May 29 10:32:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cf53da79d3c3e966b3ee60a5d38b9ecce1419fa
https://github.com/llvm/llvm-project/commit/6cf53da79d3c3e966b3ee60a5d38b9ecce1419fa
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wmemset.cpp
A libc/src/wchar/wmemset.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wmemset_test.cpp
Log Message:
-----------
[libc] Implemented wmemset and added tests (#141691)
Implemented and tests the wmemset function in libc.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list