From 474a80d3ff8516df5c379fa7f8e563cecb032060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Strahinja=20Stani=C5=A1i=C4=87?= Date: Mon, 5 Aug 2024 15:51:09 +0200 Subject: [PATCH] simd.7: add scalar strnlen() for RISC-V to manpage MFC after: 1 month MFC to: stable/15 Approved by: mhorne, markj (mentor) Reviewed by: fuz, Jari Sihvola Sponsored by: Google LLC (GSoC 2024) Differential Revision: https://reviews.freebsd.org/D46230 --- share/man/man7/simd.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7 index c09ed0edb96..6695a137da7 100644 --- a/share/man/man7/simd.7 +++ b/share/man/man7/simd.7 @@ -80,7 +80,7 @@ Enhanced functions are present for the following architectures: .It strncat Ta A Ta Ta S1 .It strncmp Ta A Ta S Ta S1 Ta S .It strncpy Ta Ta Ta S1 Ta Ta S2 -.It strnlen Ta A Ta Ta S1 +.It strnlen Ta A Ta Ta S1 Ta Ta Ta S .It strrchr Ta A Ta Ta S1 Ta S Ta Ta S .It strpbrk Ta S Ta Ta S2 .It strsep Ta S Ta Ta S2