mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-20 03:47:20 -04:00
Fixed zbc to zbs to use full bit manipulation instructions in CoreMark
This commit is contained in:
parent
5fdf8dfbec
commit
45c32bbcdf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue