aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/rcras32.h
blob: 86a3f65e99153e4fe8bff957de9e6b726c3a1aa7 (plain)
1
2
3
4
5
6
require_rv64;
P_CROSS_LOOP(32, {
  pd = ((int64_t)ps1 + ps2) >> 1;
}, {
  pd = ((int64_t)ps1 - ps2) >> 1;
})