Skip to content
Commit fc335a0d authored by Noah Goldstein's avatar Noah Goldstein
Browse files

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: default avatarNoah Goldstein <goldstein.w.n@gmail.com>
parent 94bc766e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment