aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfsgnj_vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfsgnj_vf.h')
-rw-r--r--riscv/insns/vfsgnj_vf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfsgnj_vf.h b/riscv/insns/vfsgnj_vf.h
index d93f175..c7f731b 100644
--- a/riscv/insns/vfsgnj_vf.h
+++ b/riscv/insns/vfsgnj_vf.h
@@ -2,4 +2,7 @@
VI_VFP_VF_LOOP
({
vd = fsgnj32(vs2.v, rs1.v, false, false);
+},
+{
+ vd = fsgnj64(vs2.v, rs1.v, false, false);
})