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)
Mon, Aug 3, 8:01 AM
Unknown Object (File)
Mon, Aug 3, 6:24 AM
Unknown Object (File)
Mon, Aug 3, 6:18 AM
Unknown Object (File)
Sun, Aug 2, 2:05 AM
Unknown Object (File)
Fri, Jul 31, 5:20 PM
Unknown Object (File)
Fri, Jul 31, 5:17 PM
Unknown Object (File)
Tue, Jul 28, 2:23 AM
Unknown Object (File)
Thu, Jul 23, 10:49 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 59204
Build 56091: arc lint + arc unit

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