aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfsqrt_v.h
diff options
context:
space:
mode:
authorChih-Min Chao <chihmin.chao@sifive.com>2020-08-26 19:24:47 -0700
committerChih-Min Chao <chihmin.chao@sifive.com>2020-08-31 00:44:35 -0700
commit6f7b46f71fd1893e773791900d78c6ca05db712d (patch)
tree40b508ad37efa1186ea726aae505d9746dab0dee /riscv/insns/vfsqrt_v.h
parent69fcd8d2fec98fb2dcbe77c21cfe257743873f32 (diff)
downloadspike-6f7b46f71fd1893e773791900d78c6ca05db712d.zip
spike-6f7b46f71fd1893e773791900d78c6ca05db712d.tar.gz
spike-6f7b46f71fd1893e773791900d78c6ca05db712d.tar.bz2
rvv: relax checking for vs1
vs1 is sub-op Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
Diffstat (limited to 'riscv/insns/vfsqrt_v.h')
-rw-r--r--riscv/insns/vfsqrt_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vfsqrt_v.h b/riscv/insns/vfsqrt_v.h
index f121308..86f0148 100644
--- a/riscv/insns/vfsqrt_v.h
+++ b/riscv/insns/vfsqrt_v.h
@@ -1,5 +1,5 @@
// vsqrt.v vd, vd2, vm
-VI_VFP_VV_LOOP
+VI_VFP_V_LOOP
({
vd = f16_sqrt(vs2);
},