aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/kmads.h
blob: c43fe4ae8015365407c7369bf6037e56fc69478a (plain)
1
2
3
4
5
6
P_REDUCTION_LOOP(32, 16, true, true, {
  if (j & 1)
    pd_res += ps1 * ps2;
  else
    pd_res -= ps1 * ps2;
})