aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-10-15 19:29:20 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-12-28 17:02:41 +0000
commit2e64c927d26ef36f64ec036ceb8945c7282dae6b (patch)
tree56c924951e6d0851c202b46393149a3d9c99ae86
parent9a6a587e672baaed3470f6cf4a27a0d1166ca372 (diff)
downloadsrc-2e64c927d26ef36f64ec036ceb8945c7282dae6b.tar.gz
src-2e64c927d26ef36f64ec036ceb8945c7282dae6b.zip
share/man/man7/simd.7: document new amd64 timingsafe_memcmp()
Sponsored by: The FreeBSD Foundation Approved by: security (cperciva) Differential Revision: https://reviews.freebsd.org/D41696 (cherry picked from commit a8cc4671c06ab77d5551a74cdebced8d859cac76)
-rw-r--r--share/man/man7/simd.75
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 057d74b944bc..3fd8890c4f53 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 31, 2023
+.Dd September 2, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -49,7 +49,7 @@ the environment variable
can be used to override this mechanism.
.Pp
Enhanced functions are present in the following architectures:
-.Bl -column FUNCTION________ aarch64_ arm_ amd64_ i386_ ppc64_ -offset indent
+.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 S1 Ta S
.It bcopy Ta Ta S Ta S Ta S Ta SV
@@ -79,6 +79,7 @@ Enhanced functions are present in the following architectures:
.It strspn Ta Ta Ta S2
.It swab Ta Ta Ta Ta S
.It timingsafe_bcmp Ta Ta Ta S1
+.It timingsafe_memcmp Ta Ta Ta S
.It wcschr Ta Ta Ta Ta S
.It wcscmp Ta Ta Ta Ta S
.It wcslen Ta Ta Ta Ta S