]> sourceware.org Git - glibc.git/commit
x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c
authornoah <goldstein.w.n@gmail.com>
Sat, 3 Apr 2021 08:12:16 +0000 (04:12 -0400)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Apr 2021 19:09:56 +0000 (12:09 -0700)
commit81cbc3bcaed730aa5d9e5d4ec46a0d4cb9eb6cd5
tree097e7929cfdeb45333ae0796a0d3da343e2a45ed
parentcd6ae7ea5431c2b8f16201fb0e2c413bf8d2df06
x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.c

No Bug. This commit expanding the range of tests / benchmarks for
memmove and memcpy. The test expansion is mostly in the vein of
increasing the maximum size, increasing the number of unique
alignments tested, and testing both source < destination and vice
versa. The benchmark expansaion is just to increase the number of
unique alignments. test-memcpy, test-memccpy, test-mempcpy,
test-memmove, and tst-memmove-overflow all pass.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
benchtests/bench-memcpy-large.c
string/test-memcpy.c
string/test-memmove.c
This page took 0.043549 seconds and 5 git commands to generate.