This patch requires D46243 as it depends on strlcpy being labeled
__strlcpy.
It's a direct copy from the amd64 string functions using memchr and
strlcpy to implement strlcat.
Differential D46272
lib/libc/aarch64/string: add strlcat SIMD implementation getz on Aug 12 2024, 10:46 AM. Authored by Tags None Referenced Files
Subscribers
Details This patch requires D46243 as it depends on strlcpy being labeled It's a direct copy from the amd64 string functions using memchr and Passes all tests
Diff Detail
Event TimelineComment Actions @andrew If we don't have assembly implementations for strlcpy and memchr, it's generally faster to implement this function directly.
|