aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/Makefile')
-rw-r--r--benchmarks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index b4dbffc..cff904a 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -25,6 +25,7 @@ bmarks = \
dhrystone \
spmv \
mt-vvadd \
+ #vec-fft \
#mt-matmul \
#vec-vvadd \
#vec-cmplxmult \
@@ -90,7 +91,7 @@ $(bmarks_riscv_out): %.riscv.out: %.riscv
-c $(incs) $< -o $@
%.o: %.S
- $(RISCV_GCC) $(RISCV_GCC_OPTS) $(bmarks_defs) \
+ $(RISCV_GCC) $(RISCV_GCC_OPTS) $(bmarks_defs) -D__ASSEMBLY__=1 \
-c $(incs) $< -o $@
riscv: $(bmarks_riscv_dump) $(bmarks_riscv_hex)