From a37da52d75e7268943e4a9879736fd0c04998ddf Mon Sep 17 00:00:00 2001 From: Srinivas Pokala Date: Fri, 14 Jul 2023 07:49:03 +0200 Subject: [PATCH] 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 --- src/math/huge_test.go | 5 ----- 1 file changed, 5 deletions(-) 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 ( -- 2.50.0