Page MenuHomeFreeBSD

lib/libc/aarch64/string: add strncat SIMD implementation
ClosedPublic

Authored by getz on Aug 14 2024, 2:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 9:26 AM
Unknown Object (File)
Mon, Oct 20, 9:26 AM
Unknown Object (File)
Mon, Oct 20, 9:26 AM
Unknown Object (File)
Mon, Oct 20, 9:26 AM
Unknown Object (File)
Sun, Oct 19, 6:45 PM
Unknown Object (File)
Sat, Oct 11, 3:09 AM
Unknown Object (File)
Mon, Oct 6, 3:22 PM
Unknown Object (File)
Oct 2 2025, 3:34 PM
Subscribers

Details

Summary

This patch requires D46170 as it depends on strlcpy being labeled
__memccpy.

It's a direct copy from the amd64 string functions.

Test Plan

Passes all tests

Diff Detail

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

Event Timeline

getz requested review of this revision.Aug 14 2024, 2:12 PM

This looks reasonable.

This revision is now accepted and ready to land.Aug 14 2024, 5:11 PM
This revision now requires review to proceed.Aug 26 2024, 6:02 PM

Could this be made machine independent?

@andrew If we don't have an assembly implementation for memccpy, it's generally faster to implement this function directly.

exp-run says it's fine.

This revision is now accepted and ready to land.Nov 6 2024, 2:24 PM
This revision was automatically updated to reflect the committed changes.