Page MenuHomeFreeBSD

lib/libc/aarch64/string: add strlcat SIMD implementation
Needs ReviewPublic

Authored by getz on Aug 12 2024, 10:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 11, 12:42 PM
Unknown Object (File)
Tue, Sep 10, 6:17 PM
Unknown Object (File)
Tue, Sep 10, 3:41 PM
Unknown Object (File)
Tue, Sep 10, 5:27 AM
Unknown Object (File)
Tue, Sep 10, 2:55 AM
Unknown Object (File)
Mon, Sep 9, 7:52 PM
Unknown Object (File)
Sat, Sep 7, 7:26 PM
Unknown Object (File)
Sat, Sep 7, 11:55 AM
Subscribers

Details

Reviewers
fuz
emaste
andrew
Summary

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.

Test Plan

Passes all tests

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 59184
Build 56071: arc lint + arc unit