aboutsummaryrefslogtreecommitdiff
path: root/riscv/arith.h
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18rvv: add saturation helper functionChih-Min Chao1-0/+111
1. add integer signed add/subu and unsigend add/sub saturation function 2. merge these with mulhi helper Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>