]> Cypherpunks repositories - gostls13.git/commit
more soft float support. passes several basic tests
authorKai Backman <kaib@golang.org>
Tue, 20 Jul 2010 12:53:16 +0000 (15:53 +0300)
committerKai Backman <kaib@golang.org>
Tue, 20 Jul 2010 12:53:16 +0000 (15:53 +0300)
commit36057e721e6fdc5c3dff8228c77ea36027a872c4
tree32c7e536caa7170b5b633d8e182863f46372ee63
parent658d5213585d651b01b9b0e41a32b936093493d5
more soft float support. passes several basic tests
but with less precision than hardware counterparts.

fixed a number of tests to output BUG when they failed.
changed the runner to distinghuish between output
and output containing ^BUG

R=rsc
CC=dho, golang-dev
https://golang.org/cl/1778041
src/pkg/runtime/arm/softfloat.c
test/arm-pass.txt
test/cmplxdivide.go
test/float_lit.go
test/floatcmp.go
test/golden-arm.out
test/ken/cplx4.go
test/nul1.go
test/run
test/zerodivide.go