-rw-r--r-- 1367 djbsort-20260127/doc/man/djbsort-test.1 raw
.\" Automatically generated by Pandoc 2.17.1.1
.\"
.\" Define V font for inline verbatim, using C font in formats
.\" that render this, and otherwise B font.
.ie "\f[CB]x\f[]"x" \{\
. ftr V B
. ftr VI BI
. ftr VB B
. ftr VBI BI
.\}
.el \{\
. ftr V CR
. ftr VI CI
. ftr VB CB
. ftr VBI CBI
.\}
.TH "djbsort-test" "1" "" "" ""
.hy
.SS NAME
.PP
djbsort-test - run some djbsort correctness tests
.SS SYNOPSIS
.IP
.nf
\f[C]
djbsort-test
\f[R]
.fi
.SS DESCRIPTION
.PP
\f[V]djbsort-test\f[R] runs some tests of the correctness of the djbsort
library.
.PP
The \f[V]djbsort-test\f[R] output format is subject to change.
As examples of the current format, the lines
.IP
.nf
\f[C]
sort_int32 offset 1
sort_int32 selected implementation avx2 compiler clang -Wall -fPIC -fwrapv -Qunused-arguments -O2 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -mbmi -mbmi2 -mpopcnt -mavx2 -mtune=haswell; Ubuntu clang version 18.1.3 (1ubuntu1); Target: x86_64-pc-linux-gnu; Thread model: posix; InstalledDir: /usr/bin
\f[R]
.fi
.PP
mean that \f[V]djbsort-test\f[R] is testing the automatically selected
\f[V]avx2\f[R] implementation of \f[V]djbsort_int32\f[R] with an array
offset by 1 word from being aligned, and a final line saying
.IP
.nf
\f[C]
all tests succeeded
\f[R]
.fi
.PP
means that all tests passed.
.SS SEE ALSO
.PP
\f[B]djbsort-fulltest\f[R](1), \f[B]djbsort\f[R](3)