diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-12 22:31:55 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-12-25 13:55:26 +0000 |
commit | dd1c2e887c1fa087bf15cbf7f0bdc35b7875bdd6 (patch) | |
tree | a44f6735d27da06c84e706bea6288b02d8463737 /share | |
parent | 2ed514a220edbac6ca5ec9f40a3e0b3f2804796d (diff) | |
download | src-dd1c2e887c1fa087bf15cbf7f0bdc35b7875bdd6.tar.gz src-dd1c2e887c1fa087bf15cbf7f0bdc35b7875bdd6.zip |
share/man/man7/simd.7: document strrchr scalar, baseline implementation
Also mention missing rindex() entry, which is provided through
strrchr().
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/D42217
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/simd.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7 index 39642429c1c4..4e5c078a6e95 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 7, 2023 +.Dd October 12, 2023 .Dt SIMD 7 .Os .Sh NAME @@ -63,7 +63,7 @@ Enhanced functions are present in the following architectures: .It memcpy Ta S Ta S Ta S Ta S Ta SV .It memmove Ta S Ta S Ta S Ta S Ta SV .It memset Ta Ta S Ta S Ta S -.It rindex Ta S +.It rindex Ta S Ta Ta S1 Ta S .It stpcpy Ta Ta Ta S1 .It strcat Ta Ta Ta S Ta S .It strchr Ta S Ta Ta S1 Ta S @@ -75,7 +75,7 @@ Enhanced functions are present in the following architectures: .It strncmp Ta Ta S Ta S1 Ta S .It strncpy Ta Ta Ta Ta Ta S2 .It strnlen Ta Ta Ta S1 -.It strrchr Ta S Ta Ta Ta S +.It strrchr Ta S Ta Ta S1 Ta S .It strpbrk Ta Ta Ta S2 .It strspn Ta Ta Ta S2 .It swab Ta Ta Ta Ta S |