From 07b1d5a37741f5d4de69117a03ef757edff29032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Strahinja=20Stani=C5=A1i=C4=87?= Date: Sat, 22 Jun 2024 01:43:51 +0200 Subject: [PATCH] simd.7: add scalar strlen() for RISC-V to manpage MFC after: 1 month MFC to: stable/15 Approved by: mhorne, markj (mentor) Reviewed by: fuz Sponsored by: Google LLC (GSoC 2024) Differential Revision: https://reviews.freebsd.org/D45693 --- 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 565b4fa7ea2..5978d4b6655 100644 --- a/share/man/man7/simd.7 +++ b/share/man/man7/simd.7 @@ -76,7 +76,7 @@ Enhanced functions are present for the following architectures: .It strcspn Ta S Ta Ta S2 .It strlcat Ta A Ta Ta S1 .It strlcpy Ta A Ta Ta S1 -.It strlen Ta A Ta S Ta S1 +.It strlen Ta A Ta S Ta S1 Ta Ta Ta S .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