]> Cypherpunks.ru repositories - gostls13.git/commitdiff
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)
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

index 568b0c85eb1da9f69deda803a565ae6afe56b678..2eadb7f89a8a8cbe3fd2ded3ccb1abc6624fa5db 100644 (file)
@@ -2,11 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Disabled for s390x because it uses assembly routines that are not
-// accurate for huge arguments.
-
-//go:build !s390x
-
 package math_test
 
 import (