aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/powerpc/i64_stof.s
Commit message (Collapse)AuthorAgeFilesLines
* Double rounding error in int64->float32 conversions on PowerPC and ARMXavier Leroy2020-03-301-9/+8
| | | | | | | | | The "stof" and "utof" runtime functions contain a round-to-odd step that avoids double rounding. However, this step was incorrectly coded on PowerPC (stof and utof), PowerPC64 (utof), and ARM (stof), making round-to-odd ineffective and causing double rounding. Closes: #343
* Prefixed runtime functions.Bernhard Schommer2017-08-251-5/+5
| | | | | | | The runtime functions are prefixed with compcert in order to avoid potential clashes with runtime/builtin functions of other compilers. Bug 22062
* Support for in64 -> float conversions w/ correct rounding.xleroy2013-05-061-0/+68
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2235 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e