aboutsummaryrefslogtreecommitdiff
path: root/riscv/mulhi.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Refer to LICENSE in some newer source filesAndrew Waterman1-0/+2
2014-09-27Avoid use of __int128_tAndrew Waterman1-0/+41
It is nonstandard, and GCC doesn't support it on 32-bit platforms. The resulting code for MULH[[S]U] is crappier, but that doesn't really matter, as these instructions are dynamically infrequent.