]> Cypherpunks repositories - gostls13.git/commit
runtime: slightly clean up softfloat code
authorShenghou Ma <minux@golang.org>
Fri, 1 May 2015 07:55:17 +0000 (03:55 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Jun 2015 17:51:22 +0000 (17:51 +0000)
commit21a4c93166fe4d13b8b40d098f7d9ec380c13562
treeffc03e15a615ff067d920dd3a2da8ccf2e060a54
parent32fddadd98f938018485fba6253d30273db4e5e9
runtime: slightly clean up softfloat code

Removes the remains of the old C based stepflt implementation.
Also removed goto usage.

Change-Id: Ida4742c49000fae4fea4649f28afde630ce4c577
Reviewed-on: https://go-review.googlesource.com/9600
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/softfloat64.go
src/runtime/softfloat_arm.go