This documents all the newly ported SIMD-enhanced string functions
for the aarch64 platform.
Details
Details
Diff Detail
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
Comment Actions
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? |