Page MenuHomeFreeBSD

share/man/man7/simd.7: document SIMD-enhanced aarch64 functions
ClosedPublic

Authored by getz on Aug 27 2024, 11:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 15, 4:52 PM
Unknown Object (File)
Sat, Nov 8, 2:48 AM
Unknown Object (File)
Thu, Nov 6, 11:05 PM
Unknown Object (File)
Tue, Oct 28, 2:05 AM
Unknown Object (File)
Sat, Oct 25, 4:22 AM
Unknown Object (File)
Oct 2 2025, 6:13 PM
Unknown Object (File)
Oct 2 2025, 7:09 AM
Unknown Object (File)
Sep 14 2025, 12:29 AM
Subscribers

Details

Summary

This documents all the newly ported SIMD-enhanced string functions
for the aarch64 platform.

Test Plan

n/a

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

getz requested review of this revision.Aug 27 2024, 11:05 AM

LGTM with indicated suggestion.

share/man/man7/simd.7
53–54

bcopy is just memcpy with arguments flipped, and it's similar for bzero. Maybe you could copy the C shims from amd64 for these, too?

bcopy and bzero are now also SIMDified

Included one commit too many last time :)

This revision is now accepted and ready to land.Nov 6 2024, 2:23 PM