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)
Thu, Apr 17, 9:02 AM
Unknown Object (File)
Sat, Apr 12, 3:06 AM
Unknown Object (File)
Tue, Mar 25, 4:43 AM
Unknown Object (File)
Feb 6 2025, 6:11 PM
Unknown Object (File)
Feb 5 2025, 7:45 PM
Unknown Object (File)
Jan 27 2025, 5:07 PM
Unknown Object (File)
Jan 23 2025, 6:52 PM
Unknown Object (File)
Jan 10 2025, 6:58 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 Not Applicable
Unit
Tests Not Applicable

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.