1
0
mirror of https://github.com/golang/go synced 2024-10-06 17:21:21 -06:00
go/src
Russ Cox 1707a9977f runtime: on 386, fix FP control word on all threads, not just initial thread
It is possible that Linux and Windows copy the FP control word
from the parent thread when creating a new thread.  Empirically,
Darwin does not.  Reset the FP control world in all cases.

Enable the floating-point strconv test.

Fixes #2917 (again).

R=golang-dev, r, iant
CC=golang-dev
https://golang.org/cl/5660047
2012-02-14 01:23:15 -05:00
..
cmd go/doc, godoc: regard lone examples as "whole file" examples 2012-02-14 17:19:59 +11:00
lib9 build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libbio build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
libmach build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
pkg runtime: on 386, fix FP control word on all threads, not just initial thread 2012-02-14 01:23:15 -05:00
all.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
all.bat build: fix windows build 2012-02-13 22:56:42 -05:00
clean.bash build: use cmd/dist 2012-02-04 00:54:08 -05:00
make.bash build: set $PATH during make.bash 2012-02-13 22:46:50 -05:00
make.bat cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
Make.dist cmd/dist: make 'make' quieter for developers 2012-02-08 15:26:47 -05:00
run.bash cmd/dist: cross-compiling fixes 2012-02-13 22:31:51 -05:00
run.bat build: fix windows build 2012-02-13 22:56:42 -05:00
sudo.bash build: fix sudo.bash. 2012-02-05 14:50:38 +11:00