aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmadd_vv.h
diff options
context:
space:
mode:
authorDave <dave.wen@sifive.com>2019-06-07 21:27:45 +0800
committerDave <dave.wen@sifive.com>2019-06-08 09:19:22 +0800
commit63d70dbb9883fb54ae45f6959da886cc786df636 (patch)
treec1295b1f23037716194e55e27a9b537cb7a3116d /riscv/insns/vfmadd_vv.h
parenta9657f307df6f56eb0898962ccc5a9da4d5c3d29 (diff)
downloadspike-63d70dbb9883fb54ae45f6959da886cc786df636.zip
spike-63d70dbb9883fb54ae45f6959da886cc786df636.tar.gz
spike-63d70dbb9883fb54ae45f6959da886cc786df636.tar.bz2
rvv: reformat the code by 'astyle insns/v*.h -s2 -A2'
Diffstat (limited to 'riscv/insns/vfmadd_vv.h')
-rw-r--r--riscv/insns/vfmadd_vv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vfmadd_vv.h b/riscv/insns/vfmadd_vv.h
index e60a32e..9bb237d 100644
--- a/riscv/insns/vfmadd_vv.h
+++ b/riscv/insns/vfmadd_vv.h
@@ -1,7 +1,7 @@
// vfmadd: vd[i] = +(vd[i] * vs1[i]) + vs2[i]
VI_VFP_VV_LOOP
({
- switch(P.VU.vsew){
+ switch(P.VU.vsew) {
case e32:
vd = f32_mulAdd(vd, vs1, vs2);
break;