aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmfeq_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmfeq_vv.h')
-rw-r--r--riscv/insns/vmfeq_vv.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/riscv/insns/vmfeq_vv.h b/riscv/insns/vmfeq_vv.h
index 1be3a69..19117fc 100644
--- a/riscv/insns/vmfeq_vv.h
+++ b/riscv/insns/vmfeq_vv.h
@@ -1,5 +1,9 @@
-// vfeq.vv vd, vs2, vs1
+// vmfeq.vv vd, vs2, vs1
VI_VFP_LOOP_CMP
({
res = f32_eq(vs2, vs1);
-}, true)
+},
+{
+ res = f64_eq(vs2, vs1);
+},
+true)