aboutsummaryrefslogtreecommitdiff
path: root/riscv/insn_template.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-27Avoid use of __int128_tAndrew Waterman1-0/+1
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.
2014-07-07Use precompiled headers to speed up compilationAndrew Waterman1-0/+5