]> Cypherpunks repositories - gostls13.git/commit
math: faster Cbrt
authorCharles L. Dorian <cldorian@gmail.com>
Mon, 21 Nov 2011 14:56:07 +0000 (09:56 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 21 Nov 2011 14:56:07 +0000 (09:56 -0500)
commitf3aa54e30de2c2c71a8735c5f61c9c1d93f7cd9f
tree9ce4c88c2b378bcc1c14bde71761f7fee075eb96
parent8ec32e8d84c1ec2f0a843e1ecfce7052842c8461
math: faster Cbrt

For amd64, from 127 to 105 ns/op; for 386, from 208 to 169 ns/op.

R=rsc, golang-dev
CC=golang-dev
https://golang.org/cl/5412056
src/pkg/math/cbrt.go