aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfsgnjn_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfsgnjn_vv.h')
-rw-r--r--riscv/insns/vfsgnjn_vv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfsgnjn_vv.h b/riscv/insns/vfsgnjn_vv.h
index a16acf7..1d91f69 100644
--- a/riscv/insns/vfsgnjn_vv.h
+++ b/riscv/insns/vfsgnjn_vv.h
@@ -1,6 +1,9 @@
// vfsgnn
VI_VFP_VV_LOOP
({
+ vd = fsgnj16(vs2.v, vs1.v, true, false);
+},
+{
vd = fsgnj32(vs2.v, vs1.v, true, false);
},
{