]> Cypherpunks repositories - gostls13.git/commit
math: Sqrt using 386 FPU.
authorCharles L. Dorian <cldorian@gmail.com>
Sun, 10 Jan 2010 23:41:07 +0000 (15:41 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 10 Jan 2010 23:41:07 +0000 (15:41 -0800)
commit5336cd8f915b6759581eea90234afd957721e54d
tree10222fa8ed19c486bb85aa849eb34e71bd2db480
parent5328df6534b9fa2ca83cbbac013ef1e094e11907
math: Sqrt using 386 FPU.

Note: sqrt_decl.go already in src/pkg/math/.

R=rsc
CC=golang-dev
https://golang.org/cl/183155
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/sqrt.go
src/pkg/math/sqrt_386.s [new file with mode: 0644]
src/pkg/math/sqrt_port.go [new file with mode: 0644]