mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
dd5905de03
commit
29d92a8eda
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user