git: tests - Adjustments to memcpy/memzero test

看板DFBSD_commit作者時間14年前 (2011/05/17 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1DqRGJdg (DFBSD_commit)