These are direct copies from the amd64 string functions using the
optimized strcspn from D46398
Details
Details
No regressions noticed
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
@andrew If we don't have an assembly implementation for strcspn, it's generally faster to implement this function directly.