]> Cypherpunks repositories - gostls13.git/commit
math: enable huge argument tests on s390x
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Fri, 14 Jul 2023 05:49:03 +0000 (07:49 +0200)
committerKeith Randall <khr@google.com>
Mon, 31 Jul 2023 16:23:41 +0000 (16:23 +0000)
commita37da52d75e7268943e4a9879736fd0c04998ddf
treec7e261f1f35601811b7d271867c110d25c957232
parent42d2dfb4305aecb3a6e5494db6b8f6e48a09b420
math: enable huge argument tests on s390x

new s390x assembly implementation of Sin/Cos/SinCos/Tan handle huge argument
test's.

Updates #29240

Change-Id: I9f22d9714528ef2af52c749079f3727250089baf
Reviewed-on: https://go-review.googlesource.com/c/go/+/509675
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/math/huge_test.go