Add mem1 and mem2 .... memory copying and zeroing test suites, making it
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Apr 2004 16:14:53 +0000 (16:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 29 Apr 2004 16:14:53 +0000 (16:14 +0000)
commitab4bc20f38fc16da37732cc80447337b557a2148
tree1caebaebc291f38a1b6d333bb560bc5466e5d3d8
parentda12ef25e55ea7fdd64eba7cd796e477d64dd5aa
Add mem1 and mem2 .... memory copying and zeroing test suites, making it
fairly easy for anyone to test various copying and zeroing memory algorithms
and compare them against other algorithms.
test/sysperf/Makefile
test/sysperf/memcpy.S [new file with mode: 0644]
test/sysperf/memcpy.c [new file with mode: 0644]
test/sysperf/memzero.S [new file with mode: 0644]
test/sysperf/memzero.c [new file with mode: 0644]