diff options
| author | Russ Cox <rsc@golang.org> | 2010-10-25 17:55:50 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-10-25 17:55:50 -0700 |
| commit | 7c2b1597c67e0b74ed9efd1f409c7368604c917c (patch) | |
| tree | 0d561fc3360cf8c12ff798999e63802d0f4d16d4 /src/pkg/debug | |
| parent | e351533aab92362396e6c8940542fc74114f2074 (diff) | |
| download | go-7c2b1597c67e0b74ed9efd1f409c7368604c917c.tar.xz | |
arm: precise float64 software floating point
Adds softfloat64 to generic runtime
(will be discarded by linker when unused)
and adds test for it. I used the test to check
the software code against amd64 hardware
and then check the software code against
the arm and its simulation of hardware.
The latter should have been a no-op (testing
against itself) but turned up a bug in 5c causing
the vlrt.c routines to miscompile.
These changes make the cmath, math,
and strconv tests pass without any special
accommodations for arm.
R=ken2
CC=golang-dev
https://golang.org/cl/2713042
Diffstat (limited to 'src/pkg/debug')
0 files changed, 0 insertions, 0 deletions
