看板 DFBSD_commit 關於我們 聯絡資訊
commit 7141674d65b7496763b13fff2f6448b667df2b48 Author: Matthew Dillon <dillon@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