aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/string/bzero.c
Commit message (Collapse)AuthorAgeFilesLines
* libc/riscv64: implement bcopy() and bzero() through memcpy() and memset()Robert Clausecker5 days1-0/+14
This picks up the accelerated string functions written by strajabot@. Event: Google Summer of Code 2024 MFC after: 1 month MFC to: stable/15 See also: 79e01e7e643c9337d8d6046b6db7df674475a099 Approved by: markj (mentor) Differential Revision: https://reviews.freebsd.org/D53248