git: b404e0300706 - main - share/man/man7/simd.7: document new amd64 memcmp/bcmp baseline routines
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Aug 2023 19:28:46 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=b404e030070686bfb3101c314f3e17168dbd16ca
commit b404e030070686bfb3101c314f3e17168dbd16ca
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-07-14 11:58:19 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-21 19:19:46 +0000
share/man/man7/simd.7: document new amd64 memcmp/bcmp baseline routines
Sponsored by: The FreeBSD Foundation
bcmp(3) is implemented as a variant of memcmp(3) and benefits
from the same optimisations.
Sponsored by: The FreeBSD Foundation
Approved by: kib
Differential Revision: https://reviews.freebsd.org/D41442
---
share/man/man7/simd.7 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 928f40cb00f2..bf33d4eb5531 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 7, 2023
+.Dd August 13, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -51,14 +51,14 @@ can be used to override this mechanism.
Enhanced functions are present in the following architectures:
.Bl -column FUNCTION__ aarch64_ arm_ amd64_ i386_ ppc64_ -offset indent
.It Em FUNCTION Ta Em AARCH64 Ta Em ARM Ta Em AMD64 Ta Em I386 Ta Em PPC64
-.It bcmp Ta Ta Ta S Ta S
+.It bcmp Ta Ta Ta S1 Ta S
.It bcopy Ta Ta S Ta S Ta S Ta SV
.It bzero Ta Ta S Ta S Ta S
.It div Ta Ta Ta S Ta S
.It index Ta S Ta Ta S1
.It ldiv Ta Ta Ta S Ta S
.It lldiv Ta Ta Ta S
-.It memcmp Ta Ta S Ta S Ta S
+.It memcmp Ta Ta S Ta S1 Ta S
.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