Issue |
141636
|
Summary |
[libc] Implement wmemset
|
Labels |
libc
|
Assignees |
|
Reporter |
michaelrj-google
|
Described in C23 (page 458): https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf#page=458
wmemset sets an array of widechars to a specific value.
Here's a checklist for what you'll need to do for this:
- [ ] Add the implementation of `wmemset` in [`/src/wchar`](https://github.com/llvm/llvm-project/tree/main/libc/src/wchar)
- [ ] Add tests for `wmemset` in [`/test/src/wchar`](https://github.com/llvm/llvm-project/tree/main/libc/test/src/wchar)
- [ ] Add `wmemset` to [`entrypoints.txt`](https://github.com/llvm/llvm-project/blob/main/libc/config/linux/x86_64/entrypoints.txt) for at least x86_64 and whatever you're building on
- [ ] Add `wmemset` to [`include/wchar.yaml`](https://github.com/llvm/llvm-project/blob/main/libc/include/wchar.yaml)
(Reserved for specific assignee)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs