mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
8803f01e93
commit
b404e03007
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue