aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmflt_vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmflt_vf.h')
-rw-r--r--riscv/insns/vmflt_vf.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/riscv/insns/vmflt_vf.h b/riscv/insns/vmflt_vf.h
index 6b71a4a..248071d 100644
--- a/riscv/insns/vmflt_vf.h
+++ b/riscv/insns/vmflt_vf.h
@@ -1,5 +1,9 @@
-// vflt.vf vd, vs2, rs1
+// vmflt.vf vd, vs2, rs1
VI_VFP_LOOP_CMP
({
res = f32_lt(vs2, rs1);
-}, false)
+},
+{
+ res = f64_lt(vs2, rs1);
+},
+false)