From: Srinivas Pokala Date: Fri, 14 Jul 2023 05:49:03 +0000 (+0200) Subject: math: enable huge argument tests on s390x X-Git-Tag: go1.22rc1~1490 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a37da52d75e7268943e4a9879736fd0c04998ddf;p=gostls13.git 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 Reviewed-by: Keith Randall Reviewed-by: Cherry Mui Reviewed-by: Keith Randall Auto-Submit: Keith Randall TryBot-Result: Gopher Robot --- diff --git a/src/math/huge_test.go b/src/math/huge_test.go index 568b0c85eb..2eadb7f89a 100644 --- a/src/math/huge_test.go +++ b/src/math/huge_test.go @@ -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 (