Page MenuHomeFreeBSD

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

Authored by getz on Aug 27 2024, 11:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 1:40 PM
Unknown Object (File)
Wed, Nov 6, 9:17 PM
Unknown Object (File)
Thu, Oct 24, 11:30 AM
Unknown Object (File)
Fri, Oct 18, 11:17 AM
Unknown Object (File)
Wed, Oct 16, 6:55 PM
Unknown Object (File)
Wed, Oct 16, 5:34 PM
Unknown Object (File)
Wed, Oct 16, 5:34 PM
Unknown Object (File)
Wed, Oct 16, 5:34 PM
Subscribers

Details

Reviewers
fuz
emaste
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.Wed, Nov 6, 2:23 PM