]> Cypherpunks repositories - gostls13.git/commit
Revert "math/cmplx: handle special cases"
authorIan Lance Taylor <iant@golang.org>
Fri, 8 Nov 2019 02:40:10 +0000 (02:40 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Nov 2019 03:07:30 +0000 (03:07 +0000)
commitf5e89c2214af2c4340d03dc9fd8ca8f507eff3ff
tree5b7b5614d4fe6438c3a2e0162d5ce3533f053f53
parente038c7e4189a33ae25eb2c446f608b6e2f946823
Revert "math/cmplx: handle special cases"

This reverts CL 169501.

Reason for revert: The new tests fail at least on s390x and MIPS. This is likely a minor bug in the compiler or runtime. But this point in the release cycle is not the time to debug these details, which are unlikely to be new. Let's try again for 1.15.

Updates #29320
Fixes #35443

Change-Id: I2218b2083f8974b57d528e3742524393fc72b355
Reviewed-on: https://go-review.googlesource.com/c/go/+/206037
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/math/cmplx/abs.go
src/math/cmplx/asin.go
src/math/cmplx/cmath_test.go
src/math/cmplx/exp.go
src/math/cmplx/log.go
src/math/cmplx/sin.go
src/math/cmplx/sqrt.go
src/math/cmplx/tan.go