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
F94634885: D46272.diff
Tue, Sep 17, 10:43 PM
F94616769: D46272.diff
Tue, Sep 17, 9:04 PM
F94471608: D46272.diff
Tue, Sep 17, 10:53 AM
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
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 58989
Build 55876: arc lint + arc unit