From: Andrew Waterman Date: Sun, 25 Aug 2013 23:55:15 +0000 (-0700) Subject: Don't build vector benchmarks for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9524bec17a6a2813be11292b9f5fbb0fb0b915c3;p=riscv-tests.git Don't build vector benchmarks for now --- diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 5d33f86..9eb05cd 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -24,11 +24,11 @@ bmarks = \ dgemm \ dhrystone \ spmv \ - vec-vvadd \ - vec-cmplxmult \ - vec-matmul \ mt-vvadd \ mt-matmul \ + #vec-vvadd \ + #vec-cmplxmult \ + #vec-matmul \ bmarks_host = \ median \