diff options
author | Noah Goldstein <goldstein.w.n@gmail.com> | 2021-05-23 19:36:36 -0400 |
---|---|---|
committer | Noah Goldstein <goldstein.w.n@gmail.com> | 2021-05-23 19:36:36 -0400 |
commit | fc335a0ded2bcbade73f35c73eef66ff10eecdb8 (patch) | |
tree | 02d4daeb3aaf1afd4311faf6f0798c2a724eb65b /Makefile | |
parent | 94bc766ec627b2c44a6c72bc40013957ffc4b6cd (diff) | |
download | glibc-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 'Makefile')
0 files changed, 0 insertions, 0 deletions