git: 39fef5b9fa94 - main - simd.7: add scalar strchrnul() for RISC-V to manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Oct 2025 12:48:41 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=39fef5b9fa943f301776e0b0bf406cedd7c29af2
commit 39fef5b9fa943f301776e0b0bf406cedd7c29af2
Author: Strahinja Stanišić <strajabot@FreeBSD.org>
AuthorDate: 2024-07-19 18:01:51 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-31 12:48:00 +0000
simd.7: add scalar strchrnul() for RISC-V to manpage
index() and strchr() are implemented by calling strchrnul(), so they
also get to be marked as platform-specific.
MFC after: 1 month
MFC to: stable/15
Approved by: markj (mentor)
Reviewed by: fuz
Sponsored by: Google LLC (GSoC 2024)
Differential Revision: https://reviews.freebsd.org/D46047
---
share/man/man7/simd.7 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 6695a137da77..449ca4274287 100644
--- a/share/man/man7/simd.7
+++ b/share/man/man7/simd.7
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE
.
-.Dd October 16, 2025
+.Dd October 21, 2025
.Dt SIMD 7
.Os
.Sh NAME
@@ -55,7 +55,7 @@ Enhanced functions are present for the following architectures:
.It bcopy Ta A Ta S Ta S Ta S Ta SV
.It bzero Ta A Ta S Ta S Ta S
.It div Ta Ta Ta S Ta S
-.It index Ta A Ta Ta S1
+.It index Ta A Ta Ta S1 Ta Ta S
.It ldiv Ta Ta Ta S Ta S
.It lldiv Ta Ta Ta S
.It memchr Ta A Ta Ta S1 Ta Ta Ta S
@@ -69,8 +69,8 @@ Enhanced functions are present for the following architectures:
.It stpcpy Ta A Ta Ta S1
.It stpncpy Ta Ta Ta S1
.It strcat Ta A Ta Ta S1 Ta S
-.It strchr Ta A Ta Ta S1 Ta S
-.It strchrnul Ta A Ta Ta S1
+.It strchr Ta A Ta Ta S1 Ta S Ta Ta S
+.It strchrnul Ta A Ta Ta S1 Ta Ta Ta S
.It strcmp Ta A Ta S Ta S1 Ta S
.It strcpy Ta A Ta Ta S1 Ta S Ta S2
.It strcspn Ta S Ta Ta S2