Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2025 01:45:49 +0000
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Strahinja =?utf-8?Q?Stani=C5=A1?==?utf-8?Q?i=C4=87?= <strajabot@FreeBSD.org>
Subject:   git: 8c9581a829be - stable/15 - simd.7: add scalar memchr() for RISC-V to manpage
Message-ID:  <692ba1cd.2877d.4211481d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by fuz:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c9581a829be8989b8ce65ef6f0067279b31bf2d

commit 8c9581a829be8989b8ce65ef6f0067279b31bf2d
Author:     Strahinja Stanišić <strajabot@FreeBSD.org>
AuthorDate: 2024-07-18 17:57:51 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-11-30 00:43:05 +0000

    simd.7: add scalar memchr() for RISC-V to manpage
    
    MFC after:      1 month
    MFC to:         stable/15
    Approved by:    mhorne, markj (mentor)
    Sponsored by:   Google LLC (GSoC 2024)
    Differential Revision:  https://reviews.freebsd.org/D46023
    
    (cherry picked from commit d2c23f5953a823e01f0c6418b0f98c119f145e20)
---
 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 92cbbdee25a4..31a4e3b0844f 100644
--- a/share/man/man7/simd.7
+++ b/share/man/man7/simd.7
@@ -58,7 +58,7 @@ Enhanced functions are present for the following architectures:
 .It    index             Ta    A       Ta        Ta    S1
 .It    ldiv              Ta            Ta        Ta    S      Ta    S
 .It    lldiv             Ta            Ta        Ta    S
-.It    memchr            Ta    A       Ta        Ta    S1
+.It    memchr            Ta    A       Ta        Ta    S1     Ta         Ta          Ta    S
 .It    memcmp            Ta    A       Ta    S   Ta    S1     Ta    S
 .It    memccpy           Ta    A       Ta        Ta    S1
 .It    memcpy            Ta    A       Ta    S   Ta    S      Ta    S    Ta    SV


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692ba1cd.2877d.4211481d>