aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfclass_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfclass_v.h')
-rw-r--r--riscv/insns/vfclass_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfclass_v.h b/riscv/insns/vfclass_v.h
index 8ee092f..1bd5f5f 100644
--- a/riscv/insns/vfclass_v.h
+++ b/riscv/insns/vfclass_v.h
@@ -1,6 +1,9 @@
// vfclass.v vd, vs2, vm
VI_VFP_VV_LOOP
({
+ vd.v = f16_classify(vs2);
+},
+{
vd.v = f32_classify(vs2);
},
{