Change TEST_NAME to memcpy to fix IFUNC testing of multiple versions.

* benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
	(IMPL) Call with 1 instead of 0 as argument.
This commit is contained in:
Steve Ellcey 2017-03-28 09:07:03 -07:00
parent dd5905de03
commit 29d92a8eda
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2017-03-28 Steve Ellcey <sellcey@caviumnetworks.com>
* benchtests/bench-memcpy-random.c (TEST_NAME): Change to memcpy.
(IMPL) Call with 1 instead of 0 as argument.
2017-03-28 Adhemerval Zanella <adhemerval.zanella@linaro.org>
* sysdeps/unix/sysv/linux/arm/setegid.c: Remove file.

View File

@ -18,11 +18,11 @@
#define MIN_PAGE_SIZE 131072
#define TEST_MAIN
#define TEST_NAME "memcpy-random"
#define TEST_NAME "memcpy"
#include "bench-string.h"
#include <assert.h>
IMPL (memcpy, 0)
IMPL (memcpy, 1)
#define NUM_COPIES 4096