Clean up canonical mt benchmarks and reorganize extra versions in /mt. All versions...
[riscv-tests.git] / benchmarks / Makefile
index 8f580a4f60d1a3ea89d1d31891061a68e6389443..3346c7c844c2052c05a75e74653fedf0825d6dfd 100644 (file)
@@ -18,15 +18,16 @@ instbasedir = $(UCB_VLSI_HOME)/install
 bmarks = \
        median \
        qsort \
+       rsort \
        towers \
        vvadd \
        multiply \
-       dgemm \
+       mm \
        dhrystone \
        spmv \
        mt-vvadd \
+       mt-matmul \
        #vec-fft \
-       #mt-matmul \
        #vec-vvadd \
        #vec-cmplxmult \
        #vec-matmul \
@@ -37,7 +38,6 @@ bmarks_host = \
        towers \
        vvadd \
        multiply \
-       dgemm \
        spmv \
        vec-vvadd \
        vec-cmplxmult \
@@ -51,7 +51,7 @@ HOST_OPTS = -std=gnu99 -DPREALLOCATE=0 -DHOST_DEBUG=1
 HOST_COMP = gcc $(HOST_OPTS)
 
 RISCV_GCC = riscv-gcc
-RISCV_GCC_OPTS = -Wa,-march=RVIMAFDXhwacha -std=gnu99 -O2 -ffast-math
+RISCV_GCC_OPTS = -static -Wa,-march=RVIMAFDXhwacha -std=gnu99 -O2 -ffast-math
 RISCV_LINK = riscv-gcc -T $(bmarkdir)/common/test.ld $(incs)
 RISCV_LINK_MT = riscv-gcc -T $(bmarkdir)/common/test-mt.ld
 RISCV_LINK_OPTS = -nostdlib -nostartfiles -ffast-math -lc