diff options
Diffstat (limited to 'riscv/insns/pm4addasu_b.h')
| -rw-r--r-- | riscv/insns/pm4addasu_b.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/pm4addasu_b.h b/riscv/insns/pm4addasu_b.h new file mode 100644 index 00000000..cac07f07 --- /dev/null +++ b/riscv/insns/pm4addasu_b.h @@ -0,0 +1,3 @@ +P_REDUCTION_SULOOP(32, 8, true, false, { + p_res += p_rs1 * p_rs2; +})
\ No newline at end of file |
