commit | 0eaea6010ae65bc37f19f6f99ae328eef48abf2d | [log] [tgz] |
---|---|---|
author | Dave Cheney <dave@cheney.net> | Tue Aug 26 05:39:04 2014 +0000 |
committer | Dave Cheney <dave@cheney.net> | Tue Aug 26 05:39:04 2014 +0000 |
tree | 064aac79bba829236d487628523d6e12f289bf9f | |
parent | 90653d7864818ebfc3a71eaf11c6ee9cdc7c1609 [diff] |
runtime: convert int64tofloat64, uint64tofloat64 to Go I noticed that 5g doesn't flush the float64 result back to the stack, hence the change in the function signature. I'm wondering if I should also change the signature for the other two functions. LGTM=rsc R=minux, josharian, rsc CC=golang-codereviews https://golang.org/cl/132990044