This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] Add 64-byte alignment tests to memcpy/memmove/memset benchtests


This set of patches to add 64-byte alignment tests to memcpy, memmove
and memset benchtest to check performance with 64-byte vector registers.

H.J. Lu (3):
  Test 64-byte alignment in memcpy benchtest
  Test 64-byte alignment in memmove benchtest
  Test 64-byte alignment in memset benchtest

 benchtests/bench-memcpy.c  | 8 ++++++++
 benchtests/bench-memmove.c | 8 ++++++++
 benchtests/bench-memset.c  | 7 ++++++-
 3 files changed, 22 insertions(+), 1 deletion(-)

-- 
2.5.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]