aboutsummaryrefslogtreecommitdiff
path: root/src/math/cmplx/huge_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/cmplx/huge_test.go')
-rw-r--r--src/math/cmplx/huge_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/cmplx/huge_test.go b/src/math/cmplx/huge_test.go
index f8e60c265f..78b42316de 100644
--- a/src/math/cmplx/huge_test.go
+++ b/src/math/cmplx/huge_test.go
@@ -5,6 +5,7 @@
// Disabled for s390x because it uses assembly routines that are not
// accurate for huge arguments.
+//go:build !s390x
// +build !s390x
package cmplx