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
F164715858: D46452.id142508.diff
Mon, Aug 3, 8:01 AM
F164701569: D46452.id149067.diff
Mon, Aug 3, 6:24 AM
F164700836: D46452.id142535.diff
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 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