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