aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/c/i64_shl.c
Commit message (Collapse)AuthorAgeFilesLines
* C reference implementation of the int64 helper functions.Xavier Leroy2015-02-141-0/+55
In test_int64.c: don't test FP->int64 conversions when the FP argument is out of range.