History log of /freebsd/lib/libc/amd64/string/strspn.S (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# 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 ...