aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfcvt_x_f_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfcvt_x_f_v.h')
-rw-r--r--riscv/insns/vfcvt_x_f_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfcvt_x_f_v.h b/riscv/insns/vfcvt_x_f_v.h
index a9eedc4..96bc481 100644
--- a/riscv/insns/vfcvt_x_f_v.h
+++ b/riscv/insns/vfcvt_x_f_v.h
@@ -2,4 +2,7 @@
VI_VFP_VF_LOOP
({
P.VU.elt<int32_t>(rd_num, i) = f32_to_i32(vs2, STATE.frm, true);
+},
+{
+ P.VU.elt<int64_t>(rd_num, i) = f64_to_i64(vs2, STATE.frm, true);
})