aboutsummaryrefslogtreecommitdiff
path: root/riscv/v_ext_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/v_ext_macros.h')
-rw-r--r--riscv/v_ext_macros.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/v_ext_macros.h b/riscv/v_ext_macros.h
index 42d723a..8f9820d 100644
--- a/riscv/v_ext_macros.h
+++ b/riscv/v_ext_macros.h
@@ -2112,4 +2112,7 @@ reg_t index[P.VU.vlmax]; \
break; \
}
+#define P_SET_OV(ov) \
+ if (ov) P.VU.vxsat->write(1);
+
#endif