git: 5fe2597b2319 - main - share/man/man7/simd.7: document simd-enhanced strcspn(3)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 21:23:28 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=5fe2597b23191d49856b1739eef29e383872faf9
commit 5fe2597b23191d49856b1739eef29e383872faf9
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-08-20 21:31:32 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-09-08 21:20:19 +0000
share/man/man7/simd.7: document simd-enhanced strcspn(3)
Sponsored by: The FreeBSD Foundation
Approved by: mjg
MFC after: 1 week
MFC to: stable/14
Differential Revision: https://reviews.freebsd.org/D41557
---
share/man/man7/simd.7 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index bf33d4eb5531..efa1306898ca 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 August 13, 2023
+.Dd August 14, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -69,6 +69,7 @@ Enhanced functions are present in the following architectures:
.It strchrnul Ta Ta Ta S1
.It strcmp Ta Ta S Ta S Ta S
.It strcpy Ta Ta Ta S1 Ta S Ta S2
+.It strcspn Ta Ta Ta S2
.It strlen Ta Ta S Ta S1
.It strncmp Ta Ta S Ta Ta S
.It strncpy Ta Ta Ta Ta Ta S2