aboutsummaryrefslogtreecommitdiff
path: root/src/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/math')
-rw-r--r--src/math/arith_s390x.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/arith_s390x.go b/src/math/arith_s390x.go
index 129156a9f6..2fda82fff4 100644
--- a/src/math/arith_s390x.go
+++ b/src/math/arith_s390x.go
@@ -129,7 +129,7 @@ func archExpm1(x float64) float64
func expm1TrampolineSetup(x float64) float64
func expm1Asm(x float64) float64
-const haveArchPow = true
+const haveArchPow = false
func archPow(x, y float64) float64
func powTrampolineSetup(x, y float64) float64