aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/arm/i64_smulh.S
Commit message (Collapse)AuthorAgeFilesLines
* i64_smulh: revert to conditional branches instead of predicated insnsXavier Leroy2016-10-251-8/+8
| | | | "subslt" changes the flags, affecting the condition of the "sbclt" that follows.
* Update ARM port. Not tested yet.Xavier Leroy2016-10-251-0/+77