aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_w_h.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/fcvt_w_h.h')
-rw-r--r--riscv/insns/fcvt_w_h.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscv/insns/fcvt_w_h.h b/riscv/insns/fcvt_w_h.h
index fe8bb48..97e49a5 100644
--- a/riscv/insns/fcvt_w_h.h
+++ b/riscv/insns/fcvt_w_h.h
@@ -1,5 +1,5 @@
-require_extension(EXT_ZFH);
+require_either_extension(EXT_ZFH, EXT_ZHINX);
require_fp;
softfloat_roundingMode = RM;
-WRITE_RD(sext32(f16_to_i32(f16(FRS1), RM, true)));
+WRITE_RD(sext32(f16_to_i32(FRS1_H, RM, true)));
set_fp_exceptions;