aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-10-24 03:57:56 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-12-25 13:55:34 +0000
commit75cb202698a65cb809eb2fea194a73e79c509d9c (patch)
treeed82709b90d636e48d8a678b3f18e72288bdd7c9
parentfd2ecd91aeeeab579c769c9a39f90b4bd4a493a9 (diff)
downloadsrc-75cb202698a65cb809eb2fea194a73e79c509d9c.tar.gz
src-75cb202698a65cb809eb2fea194a73e79c509d9c.zip
share/man/man7/simd.7: document amd64 SIMD use for strsep()
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/D42346
-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 4e5c078a6e95..4437d025394f 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 12, 2023
+.Dd October 23, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -77,6 +77,7 @@ Enhanced functions are present in the following architectures:
.It strnlen Ta Ta Ta S1
.It strrchr Ta S Ta Ta S1 Ta S
.It strpbrk Ta Ta Ta S2
+.It strsep Ta Ta Ta S2
.It strspn Ta Ta Ta S2
.It swab Ta Ta Ta Ta S
.It timingsafe_bcmp Ta Ta Ta S1