aboutsummaryrefslogtreecommitdiff
path: root/riscv/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/decode.h')
-rw-r--r--riscv/decode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/decode.h b/riscv/decode.h
index 7ecd74f..39eb3ba 100644
--- a/riscv/decode.h
+++ b/riscv/decode.h
@@ -1673,6 +1673,7 @@ for (reg_t i = 0; i < vlmax; ++i) { \
#define VI_VFP_LOOP_CMP(BODY) \
VI_VFP_LOOP_CMP_BASE \
BODY; \
+ set_fp_exceptions; \
DEBUG_RVV_FP_VV; \
VI_VFP_LOOP_CMP_END \