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)
Thu, Oct 2, 6:13 PM
Unknown Object (File)
Thu, Oct 2, 7:09 AM
Unknown Object (File)
Sep 14 2025, 12:29 AM
Unknown Object (File)
Sep 13 2025, 1:49 AM
Unknown Object (File)
Aug 3 2025, 8:23 AM
Unknown Object (File)
Aug 1 2025, 10:28 PM
Unknown Object (File)
Aug 1 2025, 2:26 PM
Unknown Object (File)
Jul 28 2025, 3:57 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