]> Cypherpunks repositories - gostls13.git/commit
runtime: fix a comment regarding default floating point precision
authorCarl Shapiro <cshapiro@google.com>
Tue, 2 Apr 2013 20:45:56 +0000 (13:45 -0700)
committerCarl Shapiro <cshapiro@google.com>
Tue, 2 Apr 2013 20:45:56 +0000 (13:45 -0700)
commit019c8fc6255c21e4b7aa556269ae51d355728ef6
treede4458e80903b37ebe972217c9c7399b6f6a9205
parent751a24e86e0044b75c075c21b13dce2db9a1f744
runtime: fix a comment regarding default floating point precision

The expected precision setting for the x87 on Win32 is 53-bit
but MinGW resets the floating point unit to 64-bit.  Win32
object code generally expects values to be rounded to double,
not double extended, precision.

R=golang-dev, khr
CC=golang-dev
https://golang.org/cl/8175044
src/pkg/runtime/asm_386.s