From 45c32bbcdf5c8b7d9bbe9da2845e887d036e5fc0 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 17 Apr 2024 04:02:06 -0700 Subject: [PATCH] Fixed zbc to zbs to use full bit manipulation instructions in CoreMark --- benchmarks/coremark/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/coremark/Makefile b/benchmarks/coremark/Makefile index 52ffbb05e..7c8cc9b8b 100644 --- a/benchmarks/coremark/Makefile +++ b/benchmarks/coremark/Makefile @@ -11,7 +11,6 @@ sources=$(cmbase)/core_main.c $(cmbase)/core_list_join.c $(cmbase)/coremark.h \ $(PORT_DIR)/core_portme.h $(PORT_DIR)/core_portme.c $(PORT_DIR)/core_portme.mak \ $(PORT_DIR)/crt.S $(PORT_DIR)/encoding.h $(PORT_DIR)/util.h $(PORT_DIR)/syscalls.c ABI := $(if $(findstring "64","$(XLEN)"),lp64,ilp32) -#ARCH := rv$(XLEN)gc_zba_zbb_zbc ARCH := rv$(XLEN)im_zicsr_zba_zbb_zbs #ARCH := rv$(XLEN)gc #ARCH := rv$(XLEN)imc_zicsr