commit | 0c3c2c17243545e9bc7c5d158c5230fe299e8b73 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Nov 11 17:07:06 2014 -0500 |
committer | Russ Cox <rsc@golang.org> | Tue Nov 11 17:07:06 2014 -0500 |
tree | dd4e6270a830a226f66f924b8e91616dba4bc310 | |
parent | 7b3ebb131f4a03c02f8f7723b26d55dd98bc702f [diff] |
[dev.cc] runtime: convert basic library routines from C to Go float.c held bit patterns for special float64 values, hiding from the real uses. Rewrite Go code not to refer to those values directly. Convert library routines in runtime.c and string.c. LGTM=r R=r, dave CC=austin, dvyukov, golang-codereviews, iant, khr https://golang.org/cl/170330043