about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2021-05-23 19:36:36 -0400
committerNoah Goldstein <goldstein.w.n@gmail.com>2021-05-23 19:36:36 -0400
commitfc335a0ded2bcbade73f35c73eef66ff10eecdb8 (patch)
tree02d4daeb3aaf1afd4311faf6f0798c2a724eb65b /sysdeps
parent94bc766ec627b2c44a6c72bc40013957ffc4b6cd (diff)
downloadglibc-fc335a0ded2bcbade73f35c73eef66ff10eecdb8.tar.gz
glibc-fc335a0ded2bcbade73f35c73eef66ff10eecdb8.tar.xz
glibc-fc335a0ded2bcbade73f35c73eef66ff10eecdb8.zip
Bench: Add support for choose direction of memcpy in benchtests
This patch adds support for testing memcpy with both dst > src and dst
< src. Since memcpy is implemented as memmove which has seperate
control flows for certain sizes depending on dst > src it seems like
1) information that should be provided in the benchtest output and a
variable that can be controlled for the benchmarks.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps')
0 files changed, 0 insertions, 0 deletions