git: tests - Adjustments to memcpy/memzero test

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Apr 15 08:23:06 PDT 2011


commit 7141674d65b7496763b13fff2f6448b667df2b48
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Apr 15 08:19:37 2011 -0700

    tests - Adjustments to memcpy/memzero test
    
    * Remove assembly from these tests so they compile on x86-64.
    
    * Clean up some timing reporting issues.

Summary of changes:
 test/sysperf/Makefile  |    8 +-
 test/sysperf/blib.c    |    8 +-
 test/sysperf/memcpy.S  |  285 ------------------------------------------------
 test/sysperf/memcpy.c  |    6 +
 test/sysperf/memzero.S |  205 ----------------------------------
 test/sysperf/memzero.c |    4 +
 6 files changed, 17 insertions(+), 499 deletions(-)
 delete mode 100644 test/sysperf/memcpy.S
 delete mode 100644 test/sysperf/memzero.S

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7141674d65b7496763b13fff2f6448b667df2b48


-- 
DragonFly BSD source repository





More information about the Commits mailing list