Searched hist:"7084133 cde6a58412d86bae9f8a55b86141fb304" (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/amd64/string/ |
H A D | strspn.S | 7084133cde6a58412d86bae9f8a55b86141fb304 Mon Aug 21 18:06:42 CEST 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.
Sponsored by: The FreeBSD Foundation Approved by: mjg MFC after: 1 week MFC to: stable/14 Differential Revision: https://reviews.freebsd.org/D41567
|
H A D | Makefile.inc | diff 7084133cde6a58412d86bae9f8a55b86141fb304 Mon Aug 21 18:06:42 CEST 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.
Sponsored by: The FreeBSD Foundation Approved by: mjg MFC after: 1 week MFC to: stable/14 Differential Revision: https://reviews.freebsd.org/D41567
|