diff options
| author | Strahinja Stanišić <strajabot@FreeBSD.org> | 2024-07-19 18:01:51 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-10-31 12:48:00 +0000 |
| commit | 39fef5b9fa943f301776e0b0bf406cedd7c29af2 (patch) | |
| tree | da8ae37200f1d3586b577551187f3f32749fdfc3 | |
| parent | 08af0bbc9c7d71bbaadb31ad31f8492f40537c5c (diff) | |
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
| -rw-r--r-- | share/man/man7/simd.7 | 8 |
1 files 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 |
