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
F107315021: D46452.id149067.diff
Sun, Jan 12, 10:12 AM
F107314899: D46452.id142508.diff
Sun, Jan 12, 10:09 AM
F107309571: D46452.diff
Sun, Jan 12, 8:11 AM
Unknown Object (File)
Fri, Jan 10, 6:50 PM
Unknown Object (File)
Mon, Jan 6, 8:56 PM
Unknown Object (File)
Mon, Jan 6, 2:45 AM
Unknown Object (File)
Fri, Jan 3, 7:08 AM
Unknown Object (File)
Thu, Jan 2, 3:36 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 Passed
Unit
No Test Coverage
Build Status
Buildable 59195
Build 56082: 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
55

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