diff options
| author | Strahinja Stanišić <strajabot@FreeBSD.org> | 2024-06-21 23:43:51 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-10-31 12:47:59 +0000 |
| commit | 07b1d5a37741f5d4de69117a03ef757edff29032 (patch) | |
| tree | fcf1c4496c52dd4d6fbfa2847d91a3ce84e62491 | |
| parent | e09c1583eddd345bdb79f3db8a91166f6f139207 (diff) | |
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
| -rw-r--r-- | share/man/man7/simd.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7 index 565b4fa7ea2f..5978d4b6655e 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 |
