aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-08-20 21:31:32 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-09-08 21:20:19 +0000
commit5fe2597b23191d49856b1739eef29e383872faf9 (patch)
tree30c002c8a3715677aaeaa44922b2398e722ef0bd
parent474408bb7933f0383a0da2b01e717bfe683ae77c (diff)
downloadsrc-5fe2597b23191d49856b1739eef29e383872faf9.tar.gz
src-5fe2597b23191d49856b1739eef29e383872faf9.zip
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
-rw-r--r--share/man/man7/simd.73
1 files changed, 2 insertions, 1 deletions
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