Clean up canonical mt benchmarks and reorganize extra versions in /mt. All versions...
[riscv-tests.git] / benchmarks / Makefile
index 241a933ca787f275d200f5657e9e3d1f77115dab..3346c7c844c2052c05a75e74653fedf0825d6dfd 100644 (file)
@@ -26,8 +26,8 @@ bmarks = \
        dhrystone \
        spmv \
        mt-vvadd \
+       mt-matmul \
        #vec-fft \
-       #mt-matmul \
        #vec-vvadd \
        #vec-cmplxmult \
        #vec-matmul \
@@ -38,7 +38,6 @@ bmarks_host = \
        towers \
        vvadd \
        multiply \
-       mm \
        spmv \
        vec-vvadd \
        vec-cmplxmult \
@@ -52,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