1
0

add riscv-tests, get rid of riscv-asmtests-bmarks

This commit is contained in:
Yunsup Lee
2013-04-29 19:29:51 -07:00
parent 7fe052e1bf
commit a2f584e928
2 changed files with 7 additions and 5 deletions

View File

@ -491,7 +491,7 @@ vecasm_pt_tests = \
# Globally installed benchmarks
bmarkdir = $(basedir)/riscv-asmtests-bmarks/riscv-bmarks
bmarkdir = $(basedir)/riscv-tests/benchmarks
bmarks = \
median.riscv \
multiply.riscv \
@ -501,9 +501,11 @@ bmarks = \
dgemm.riscv \
dhrystone.riscv \
spmv.riscv \
vec_vvadd.riscv \
vec_cmplxmult.riscv \
vec_matmul.riscv \
vec-vvadd.riscv \
vec-cmplxmult.riscv \
vec-matmul.riscv \
mt-vvadd.riscv \
mt-matmul.riscv \
vec_bmarkdir = $(basedir)/../../riscv-app/misc/build
vec_bmarks = \