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
F155014016: D46452.id142508.diff
Thu, Apr 30, 4:51 PM
Unknown Object (File)
Wed, Apr 29, 2:17 PM
Unknown Object (File)
Wed, Apr 29, 2:09 PM
Unknown Object (File)
Tue, Apr 28, 8:26 PM
Unknown Object (File)
Mon, Apr 20, 12:40 PM
Unknown Object (File)
Sat, Apr 18, 10:39 AM
Unknown Object (File)
Sun, Apr 12, 4:28 PM
Unknown Object (File)
Tue, Apr 7, 4:40 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