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
F154530782: D46452.id142534.diff
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
Unknown Object (File)
Sat, Apr 4, 11:53 AM
Unknown Object (File)
Sat, Apr 4, 11:50 AM
Unknown Object (File)
Fri, Apr 3, 10:33 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 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