aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmfne_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmfne_vv.h')
-rw-r--r--riscv/insns/vmfne_vv.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/riscv/insns/vmfne_vv.h b/riscv/insns/vmfne_vv.h
index 50dfa9c..4447c3c 100644
--- a/riscv/insns/vmfne_vv.h
+++ b/riscv/insns/vmfne_vv.h
@@ -1,5 +1,5 @@
// vmfne.vv vd, vs2, rs1
-VI_VFP_LOOP_CMP
+VI_VFP_VV_LOOP_CMP
({
res = !f16_eq(vs2, vs1);
},
@@ -8,5 +8,4 @@ VI_VFP_LOOP_CMP
},
{
res = !f64_eq(vs2, vs1);
-},
-true)
+})