]> Cypherpunks repositories - gostls13.git/commit
math: delete non-Sqrt-based Hypot
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:08:56 +0000 (17:08 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2011 22:08:56 +0000 (17:08 -0500)
commit2572803899485e6d07490ae04b1eb5aa5c758699
tree90cb75351a5aaddc820c93984cbb3b0f56e6a7a2
parent2c6d3eaf78c9314fe49a550e765def95463179e8
math: delete non-Sqrt-based Hypot

I was confused by the existence of two portable Hypot
routines in the tree when I cleaned things up, and I made
ARM use the wrong (imprecise) one.  Use the right one,
and delete the wrong one.

Fixes arm build.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5485065
src/pkg/math/all_test.go
src/pkg/math/export_test.go
src/pkg/math/hypot.go
src/pkg/math/hypot_arm.s