aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfrsqrt7_v.h
blob: a073764127d3083dd4faf6acccf073f4e30e8f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
// vfclass.v vd, vs2, vm
VI_VFP_V_LOOP
({
  vd = f16_rsqrte7(vs2);
},
{
  vd = f32_rsqrte7(vs2);
},
{
  vd = f64_rsqrte7(vs2);
})