diff options
Diffstat (limited to 'riscv/insns/vredand_vs.h')
-rw-r--r-- | riscv/insns/vredand_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vredand_vs.h b/riscv/insns/vredand_vs.h index 6c2d908..2e11182 100644 --- a/riscv/insns/vredand_vs.h +++ b/riscv/insns/vredand_vs.h @@ -1,4 +1,4 @@ -// vredand.vs vd, vs2 ,vs1 +// vredand.vs vd, vs2, vs1 VI_VV_LOOP_REDUCTION ({ vd_0_res &= vs2; |