#
7084133c |
| 21-Aug-2023 |
Robert Clausecker <fuz@FreeBSD.org> |
lib/libc/amd64/string: add strspn(3) scalar, x86-64-v2 implementation
This is conceptually very similar to the strcspn(3) implementations from D41557, but we can't do the fast paths the same way.
S
lib/libc/amd64/string: add strspn(3) scalar, x86-64-v2 implementation
This is conceptually very similar to the strcspn(3) implementations from D41557, but we can't do the fast paths the same way.
Sponsored by: The FreeBSD Foundation Approved by: mjg MFC after: 1 week MFC to: stable/14 Differential Revision: https://reviews.freebsd.org/D41567
show more ...
|