git: 57da891ad354 - stable/14 - share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 19:44:44 UTC
The branch stable/14 has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=57da891ad354455a057eaec3d7860f2c462c3e16
commit 57da891ad354455a057eaec3d7860f2c462c3e16
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-09 04:39:11 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-01-24 19:39:27 +0000
share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy
Sponsored by: The FreeBSD Foundation
Tested by: developers@, exp-run
Approved by: mjg
MFC after: 1 month
MFC to: stable/14
PR: 275785
Differential Revision: https://reviews.freebsd.org/D42519
(cherry picked from commit 75a9e2250656ff78ec1b0a124f282b925138ff51)
---
share/man/man7/simd.7 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 4437d025394f..f3818c530af5 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 23, 2023
+.Dd November 8, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -65,6 +65,7 @@ Enhanced functions are present in the following architectures:
.It memset Ta Ta S Ta S Ta S
.It rindex Ta S Ta Ta S1 Ta S
.It stpcpy Ta Ta Ta S1
+.It stpncpy Ta Ta Ta S1
.It strcat Ta Ta Ta S Ta S
.It strchr Ta S Ta Ta S1 Ta S
.It strchrnul Ta Ta Ta S1
@@ -73,7 +74,7 @@ Enhanced functions are present in the following architectures:
.It strcspn Ta Ta Ta S2
.It strlen Ta Ta S Ta S1
.It strncmp Ta Ta S Ta S1 Ta S
-.It strncpy Ta Ta Ta Ta Ta S2
+.It strncpy Ta Ta Ta S1 Ta Ta S2
.It strnlen Ta Ta Ta S1
.It strrchr Ta S Ta Ta S1 Ta S
.It strpbrk Ta Ta Ta S2
@@ -209,7 +210,7 @@ SIMD-enhanced functions were first added with
for
.Cm powerpc64
and with
-.Fx 14.0
+.Fx 14.1
for
.Cm amd64 .
.Pp