This patch requires D46170 as it depends on strlcpy being labeled
__memccpy.
It's a direct copy from the amd64 string functions.
Differential D46292
lib/libc/aarch64/string: add strncat SIMD implementation getz on Aug 14 2024, 2:12 PM. Authored by Tags None Referenced Files
Subscribers
Details This patch requires D46170 as it depends on strlcpy being labeled It's a direct copy from the amd64 string functions. Passes all tests
Diff Detail
Event TimelineComment Actions @andrew If we don't have an assembly implementation for memccpy, it's generally faster to implement this function directly. |