aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vredxor_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vredxor_vs.h')
-rw-r--r--riscv/insns/vredxor_vs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vredxor_vs.h b/riscv/insns/vredxor_vs.h
index bb81ad9..3b3709a 100644
--- a/riscv/insns/vredxor_vs.h
+++ b/riscv/insns/vredxor_vs.h
@@ -1,4 +1,4 @@
-// vredxor.vs vd, vs2 ,vs1
+// vredxor.vs vd, vs2, vs1
VI_VV_LOOP_REDUCTION
({
vd_0_res ^= vs2;