math: add Cbrt and Sincos; x87 versions of Sincos, Frexp, Ldexp
Added special condition and benchmarks for Cbrt, Sincos. Took Frexp and Ldexp out of bits.go. R=rsc CC=golang-dev https://golang.org/cl/206084
Showing
src/pkg/math/cbrt.go
0 → 100644
src/pkg/math/frexp.go
0 → 100644
src/pkg/math/frexp_386.s
0 → 100644
src/pkg/math/frexp_decl.go
0 → 100644
src/pkg/math/ldexp.go
0 → 100644
src/pkg/math/ldexp_386.s
0 → 100644
src/pkg/math/ldexp_decl.go
0 → 100644
src/pkg/math/sincos.go
0 → 100644
src/pkg/math/sincos_386.s
0 → 100644
src/pkg/math/sincos_decl.go
0 → 100644
Please register or sign in to comment