share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy

Sponsored by:	The FreeBSD Foundation
Tested by:	developers@, exp-run
Approved by:	mjg
MFC after:	1 month
MFC to:		stable/14
PR:		275785
Differential Revision:	https://reviews.freebsd.org/D42519
This commit is contained in:
Robert Clausecker 2023-11-08 23:39:11 -05:00
parent e19d46c808
commit 75a9e22506

View file

@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE
.
.Dd October 23, 2023
.Dd November 8, 2023
.Dt SIMD 7
.Os
.Sh NAME
@ -65,6 +65,7 @@ Enhanced functions are present in the following architectures:
.It memset Ta Ta S Ta S Ta S
.It rindex Ta S Ta Ta S1 Ta S
.It stpcpy Ta Ta Ta S1
.It stpncpy Ta Ta Ta S1
.It strcat Ta Ta Ta S Ta S
.It strchr Ta S Ta Ta S1 Ta S
.It strchrnul Ta Ta Ta S1
@ -73,7 +74,7 @@ Enhanced functions are present in the following architectures:
.It strcspn Ta Ta Ta S2
.It strlen Ta Ta S Ta S1
.It strncmp Ta Ta S Ta S1 Ta S
.It strncpy Ta Ta Ta Ta Ta S2
.It strncpy Ta Ta Ta S1 Ta Ta S2
.It strnlen Ta Ta Ta S1
.It strrchr Ta S Ta Ta S1 Ta S
.It strpbrk Ta Ta Ta S2
@ -209,7 +210,7 @@ SIMD-enhanced functions were first added with
for
.Cm powerpc64
and with
.Fx 14.0
.Fx 14.1
for
.Cm amd64 .
.Pp