aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeiwei Li <liweiwei@iscas.ac.cn>2023-04-14 22:52:40 +0800
committerWeiwei Li <liweiwei@iscas.ac.cn>2023-04-14 23:27:04 +0800
commite88482b8c897d48897f2327f83c2cfcb7ecc42f4 (patch)
tree79946c5d7e7b9abeaf35368c5cfc507863ef0af1
parent107ee46f29f0a531a7542bc48537cfd0d565c067 (diff)
downloadspike-e88482b8c897d48897f2327f83c2cfcb7ecc42f4.zip
spike-e88482b8c897d48897f2327f83c2cfcb7ecc42f4.tar.gz
spike-e88482b8c897d48897f2327f83c2cfcb7ecc42f4.tar.bz2
Fix encoding conflict for fround.h and fcvt.bf16.s
-rw-r--r--riscv/overlap_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscv/overlap_list.h b/riscv/overlap_list.h
index fc3b307..b609154 100644
--- a/riscv/overlap_list.h
+++ b/riscv/overlap_list.h
@@ -9,3 +9,5 @@ DECLARE_OVERLAP_INSN(cm_mva01s, EXT_ZCMP)
DECLARE_OVERLAP_INSN(cm_mvsa01, EXT_ZCMP)
DECLARE_OVERLAP_INSN(cm_jalt, EXT_ZCMT)
DECLARE_OVERLAP_INSN(c_fsd, EXT_ZCD)
+DECLARE_OVERLAP_INSN(fround_h, EXT_ZFA)
+DECLARE_OVERLAP_INSN(fcvt_bf16_s, EXT_ZFBFMIN)