]> Cypherpunks repositories - gostls13.git/commit
runtime: convert float64toint64, float64touint64 to Go
authorDave Cheney <dave@cheney.net>
Sat, 23 Aug 2014 23:38:31 +0000 (23:38 +0000)
committerDave Cheney <dave@cheney.net>
Sat, 23 Aug 2014 23:38:31 +0000 (23:38 +0000)
commit32b3a48ea8f29f0f5ee93714567eb24a660f3b07
treee399c227a109bad36b77bdf6c627983e7ab4240d
parent950ad4fa2bfb4539ebac21d7a32aa23da59376a7
runtime: convert float64toint64, float64touint64 to Go

This is a very dumb translation to keep the code as close to the original C as possible.

LGTM=rsc
R=khr, minux, rsc, josharian
CC=golang-codereviews
https://golang.org/cl/126490043
src/pkg/runtime/vlrt.go [new file with mode: 0644]
src/pkg/runtime/vlrt_arm.c