]> Cypherpunks repositories - gostls13.git/commit
runtime: copy sqrt normalization bugfix from math
authorCaleb Spare <cespare@gmail.com>
Fri, 23 Oct 2015 21:49:56 +0000 (14:49 -0700)
committerMinux Ma <minux@golang.org>
Fri, 23 Oct 2015 23:43:47 +0000 (23:43 +0000)
commitfb7178e7cc219062efe7d5da5df4f85b01b0f8ac
treeb46771d51421891f5e407e08ff967b4b6237278a
parent75a423a983366f92eebe12cf6875e1ffc07537ec
runtime: copy sqrt normalization bugfix from math

This copies the change from CL 16158 (applied as
22d4c8bf13d5edf4670dbdaf0854d653d9c2b81a).

Updates #13013

Change-Id: Id7d02e63d92806f06a4e064a91b2fb6574fe385f
Reviewed-on: https://go-review.googlesource.com/16291
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/sqrt.go
src/runtime/sqrt_test.go