]> Cypherpunks repositories - gostls13.git/commit
math: switch s390x math.Pow to generic implementation
authorSrinivas Pokala <Pokala.Srinivas@ibm.com>
Fri, 14 Nov 2025 13:21:37 +0000 (14:21 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 19 Nov 2025 21:32:20 +0000 (13:32 -0800)
commit489d3dafb791df8297f71ecf4e2c3c84ea11f6f2
treeff05e69fd552c80d1a4ac0291fc7ab8b0d1929df
parent8c41a482f9b7a101404cd0b417ac45abd441e598
math: switch s390x math.Pow to generic implementation

The s390x assembly implementation of math.Pow incorrectly handles
certain subnormal cases. This change switches the function to use the
generic implementation instead.

Updates #76247

Cq-Include-Trybots: luci.golang.try:gotip-linux-s390x
Change-Id: I794339080d5a7acf79bbffaeb0214809006fd30c
Reviewed-on: https://go-review.googlesource.com/c/go/+/720540
Reviewed-by: Vishwanatha HD <vishwanatha.hd@ibm.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Kiran M Vijay IBM <kiran.m.vijay@ibm.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
src/math/arith_s390x.go